zakkhoyt / ColorPicKit

A collection of UIControls for picking colors on iPhone, iPad, and other iOS devices. Gradient slider, Hue slider, RGB sliders, HSB sliders, CMYK sliders, ImagePixelPicker, HSB Wheel, HSB Spectrum. Color related class extensions
MIT License
15 stars 4 forks source link

Use struct for RGB, CMYK, and HSB Tuples #25

Closed zakkhoyt closed 7 years ago

zakkhoyt commented 7 years ago

Done. Also added YUVA class and conversions. Moved converstion from UIColor extension to each respective struct.