Uses CIHueSaturationValueGradientCIFilter to draw it, then uses RadialGradient to smooth it out. Can output in [Red, Green, Blue] or [Hue, Saturation].
Gradients
π
A curated collection of 180 splendid gradients made in swift
180 splendid Gradients inspired by itmeo/webgradients View all the gradients here Β»
ππΌ Easy To Use
view.layer.addSubLayer(
Swift 3
To use the Swift 3 version, add this to your Podfile (until 2.2 or higher is released):
pod 'ChameleonFramework/Swift', :git => 'https://github.com/ViccAlexander/Chameleon.git'
Introductio
About
HueKit is a UI framework for iOS that provides components and utilities for building color pickers. Since each app may want a custom color picker, the design of this framework is geared towards reusabili
Installation
UIGradient is now available on CocoaPods. Simply add the following to your project Podfile, and you'll be good to go.
pod 'UIGradient'
Usage
GradientLayer
Create a GradientLayer
XcodeColorSense2
β€οΈ
Support my apps
β€οΈ
Push Hero - pure Swift native macOS application to test push notifications
PastePal - Pasteboard, note and shortcut manager
Quick Check - smart todo manager
Alias - A
Pastel
π¨
Gradient animation effect like Instagram
Example
override func viewDidLoad() {
super.viewDidLoad()
let pastelView = PastelView(frame: view.bounds)
// Custom Direction
p
IMGLYColorPicker
IMGLYColorPicker is a color picker control for iOS that has been extracted from the PhotoEditor SDK and made available as open source. It is written in Swift, compatible with Objective-C and has full support
IGColorPicker is a fantastic color picker
π¨
written in Swift.
Table of Contents
Documentation
Colors
Style
Other features
Installation
Example
Getting Started
Co
ColorThiefSwift
Grabs the dominant color or a representative color palette from an image. A Swift port of Sven Woltmann's Java implementation.
Example
To run the example project, clone the repo, and run pod ins
DynamicColor provides powerful methods to manipulate colors in an easy way in Swift and SwiftUI.
Requirements β’ Usage β’ Installation β’ Contribution β’ Contact β’ License
Requirements
iOS 8.0+ / Mac OS X 10.
iTunes 11 Style Color Art Detection for iOS.
Original implementation from Fred Leitz
Port of ColorArt code from OS X to iOS.
Usage
#include <ColorArt/UIImage+ColorArt.h>
image = [image scaledT
SwiftHEXColors
HEX color handling as an extension for UIColor. Written in Swift.
Examples
iOS
// With hash
let color: UIColor = UIColor(hexString: "#ff8942")
// Without hash, with alpha
let secon