All Projects → adventam10 → Amcolorpicker

adventam10 / Amcolorpicker

Licence: mit
AMColorPicker can select color by three ways.

Programming Languages

swift
15916 projects
swift4
162 projects

Projects that are alternatives of or similar to Amcolorpicker

global-color-picker
start the script and click anywhere to get rgb value at the cursor location
Stars: ✭ 31 (-45.61%)
Mutual labels:  colorpicker
Farge
Click on a pixel on your screen and show its color value
Stars: ✭ 307 (+438.6%)
Mutual labels:  colorpicker
Colorpicker
A highly customizable color picker for Android
Stars: ✭ 644 (+1029.82%)
Mutual labels:  colorpicker
colorpicker
pure Angular.JS circle color-picker similar to google keep's color picker
Stars: ✭ 23 (-59.65%)
Mutual labels:  colorpicker
Colorpicker
jQuery UI widget for color picking (similar to the one in Microsoft Office 2010).
Stars: ✭ 271 (+375.44%)
Mutual labels:  colorpicker
Sorted Colors
A tool to sort the named CSS colors in a way that it shows related colors together
Stars: ✭ 167 (+192.98%)
Mutual labels:  colorpicker
ColorPicker
Color pickers for Xamarin Forms.
Stars: ✭ 38 (-33.33%)
Mutual labels:  colorpicker
Colorbrewer
🌈 Create color blind friendly color palettes in Java
Stars: ✭ 29 (-49.12%)
Mutual labels:  colorpicker
Material Community Components
🐼 Angular Material Components created from the community
Stars: ✭ 280 (+391.23%)
Mutual labels:  colorpicker
Androidpicker
安卓选择器类库,包括日期及时间选择器(可用于出生日期、营业时间等)、单项选择器(可用于性别、民族、职业、学历、星座等)、二三级联动选择器(可用于车牌号、基金定投日期等)、城市地址选择器(分省级、地市级及区县级)、数字选择器(可用于年龄、身高、体重、温度等)、日历选日期择器(可用于酒店及机票预定日期)、颜色选择器、文件及目录选择器、图片选择器等……WheelPicker/DatePicker/TimePicker/OptionPicker/NumberPicker/LinkagePicker/AddressPicker/CarPlatePicker/CalendarPicker/ColorPicker/FilePicker/ImagePicker etc.
Stars: ✭ 5,320 (+9233.33%)
Mutual labels:  colorpicker
codemirror-colorpicker
colorpicker with codemirror
Stars: ✭ 113 (+98.25%)
Mutual labels:  colorpicker
Egorozh.ColorPicker
🎨🎨🎨 Best of the best ColorPicker on WPF and AvaloniaUI
Stars: ✭ 39 (-31.58%)
Mutual labels:  colorpicker
Colorpickerpreference
🎨 A library that lets you implement ColorPicker, ColorPickerDialog, ColorPickerPreference.
Stars: ✭ 407 (+614.04%)
Mutual labels:  colorpicker
ColorPickView
🐾一个自定义的颜色选择view
Stars: ✭ 19 (-66.67%)
Mutual labels:  colorpicker
Colorpicker
A mininal but complete colorpicker desktop app
Stars: ✭ 766 (+1243.86%)
Mutual labels:  colorpicker
material-ui-color
The lightest colorpicker, palette, colorinput, colorbutton ⚡ No dependencies. It uses React hooks, support Typescript theming and more !
Stars: ✭ 125 (+119.3%)
Mutual labels:  colorpicker
Pickr
🎨 Flat, simple, multi-themed, responsive and hackable Color-Picker library. No dependencies, no jQuery. Compatible with all CSS Frameworks e.g. Bootstrap, Materialize. Supports alpha channel, rgba, hsla, hsva and more!
Stars: ✭ 3,759 (+6494.74%)
Mutual labels:  colorpicker
Colorpickerview
🎨 Android colorpicker for getting colors from any images by tapping on the desired color.
Stars: ✭ 1,042 (+1728.07%)
Mutual labels:  colorpicker
Kallewheel
A custom color wheel extension for Adobe Photoshop
Stars: ✭ 16 (-71.93%)
Mutual labels:  colorpicker
Vanilla Colorful
A tiny color picker custom element for modern web apps (2.7 KB) 🎨
Stars: ✭ 467 (+719.3%)
Mutual labels:  colorpicker

AMColorPicker

Pod Platform Pod License Pod Version Carthage Compatible

AMColorPicker can select color by three ways.

Demo

colorpicker

Wheel Table Slider
wheel table slider

Usage

Adopt the AMColorPickerDelegate protocol in the class declaration.

class ViewController: UIViewController, AMColorPickerDelegate

Conform to the protocol in the class implementation.

func colorPicker(_ colorPicker: AMColorPicker, didSelect color: UIColor) {    
    // use selected color here
}

Create and present the AMColorPicker as you see fit.

let colorPickerViewController = AMColorPickerViewController()
colorPickerViewController.selectedColor = .red
colorPickerViewController.delegate = self
present(colorPickerViewController, animated: true, completion: nil)

Customization

AMColorPicker can be customized via the following properties.

public var selectedColor: UIColor = .white
public var isCloseButtonShown: Bool = true
public var isSelectedColorShown: Bool = true

Modal

Wheel Table Slider
modal_w modal_t modal_s

Push

Wheel Table Slider
push_w push_t push_s

Popover

Min height is 380.

Wheel Table Slider
pop_w pop_t pop_s

Dark Mode

Wheel Table Slider
dark_w dark_t dark_s

Installation

CocoaPods

Add this to your Podfile.

pod 'AMColorPicker'

Carthage

Add this to your Cartfile.

github "adventam10/AMColorPicker"

License

MIT

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].