All Projects → jathu → Sweetercolor

jathu / Sweetercolor

Licence: mit
A color extension for Swift with Photoshop blending.

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Sweetercolor

Alfred Font Awesome Workflow
🎩 Font Awesome workflow for Alfred
Stars: ✭ 714 (+453.49%)
Mutual labels:  photoshop
Photoshop deep cleaner
photoshop metadata deep clean script. PSD文件垃圾清理
Stars: ✭ 46 (-64.34%)
Mutual labels:  photoshop
Bjango Actions
A collection of Photoshop actions, Photoshop scripts, Hazel rules, macOS workflows and other random things for screen designers and developers.
Stars: ✭ 1,407 (+990.7%)
Mutual labels:  photoshop
Kallewheel
A custom color wheel extension for Adobe Photoshop
Stars: ✭ 16 (-87.6%)
Mutual labels:  photoshop
Json Photoshop Scripting
JSON Photoshop Scripting project: alternative way of scripting Photoshop in JavaScript, based on JSON.
Stars: ✭ 42 (-67.44%)
Mutual labels:  photoshop
Mydailylearn
🚀 Important commands, Code Snippets, Basics on different topics learning daily 🎉!
Stars: ✭ 87 (-32.56%)
Mutual labels:  photoshop
Color Creator
Photoshop, Sketch and Affinity Designer documents that use base colors to generate larger palettes.
Stars: ✭ 430 (+233.33%)
Mutual labels:  photoshop
Ui Dna
programmable and semantically UI design tool for Photoshop
Stars: ✭ 126 (-2.33%)
Mutual labels:  photoshop
Minipaint
online image editor
Stars: ✭ 1,014 (+686.05%)
Mutual labels:  photoshop
Blender Toolbox Qt
Attempt to recreate a blender like toolbox in Qt
Stars: ✭ 98 (-24.03%)
Mutual labels:  photoshop
Psd Guides
📐 JS library to draw photoshop-like guides.
Stars: ✭ 22 (-82.95%)
Mutual labels:  photoshop
Bjango Templates
Design templates for Android, iOS, macOS, Apple TV (tvOS), Apple Watch (watchOS), Windows, Windows Phone and web favicons.
Stars: ✭ 988 (+665.89%)
Mutual labels:  photoshop
Psd Parser
Photoshop Document Parser for .Net
Stars: ✭ 87 (-32.56%)
Mutual labels:  photoshop
Creative Cloud Linux
PlayOnLinux install script for Adobe Creative Cloud
Stars: ✭ 725 (+462.02%)
Mutual labels:  photoshop
React Color
🎨 Color Pickers from Sketch, Photoshop, Chrome, Github, Twitter & more
Stars: ✭ 10,287 (+7874.42%)
Mutual labels:  photoshop
Psd Tools
Python package for reading Adobe Photoshop PSD files
Stars: ✭ 646 (+400.78%)
Mutual labels:  photoshop
Gimpshop Reloaded
✏️ GIMP mod to make it similiar to Adobe's product. Best free alternative to Photoshop
Stars: ✭ 81 (-37.21%)
Mutual labels:  photoshop
Photoshop Python Api
Python API for Photoshop.
Stars: ✭ 126 (-2.33%)
Mutual labels:  photoshop
Dawnbringer Palettes
Limited color palettes by DawnBringer in various formats.
Stars: ✭ 112 (-13.18%)
Mutual labels:  photoshop
Libqpsd
PSD (Photoshop Document) & PSB (Photoshop Big) Plugin for Qt/C++ (Qt4/Qt5)
Stars: ✭ 90 (-30.23%)
Mutual labels:  photoshop

Sweetercolor

Sweetercolor

A color extension library for Swift.*

*It has Photoshop style color blending!

Example

// Example of hex initializer
let sun = UIColor(hex: "#FBF002")
// Example of RGB 0-255 initializer
let pink = UIColor(r: 241, g: 139, b: 185)

let container = UIView(frame: CGRect(x: 0, y: 0, width: 888, height: 250))
container.backgroundColor = pink

let label = UILabel(frame: container.frame)
label.text = "Sweet"
label.textColor = sun

// Example of overlay similar to Photoshop with reduced alpha
// This allows us to get a more natural ambient shadow
label.layer.shadowColor = pink.overlayBlack.with(alpha: 0.6).cgColor

Example Preview

Installation

You can either directly copy Sweetercolor.swift into your project or you can use CocoaPods: Sweetercolor.

Documentation

Each method is documented using headerdocs. An overview can be found here: jathu.me/sweetercolor

License

The license is provided in the project folder.

Logo

The logo and name is based off of Sweeterman by Ramriddlz. The original logo is based on the Chiquita logo.


August 2015 - Toronto

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].