FlexColorPicker
FlexColorPicker copied to clipboard
Modern color picker library written in Swift 5 that can be easily extended and customized. It aims to provide great UX and performance with stable, quality code.
in ColorPickerThumbView var delegate: LimitedGestureViewDelegate? need add weak weak var delegate: LimitedGestureViewDelegate?
I want to change the ColorPicker Background color according to our desire. Right now default background color is white. Is there any way that I can change It? ![Simulator Screen...
To be used with saturation slider as and alternative to hue-saturation palette.
Please add this style of rectangular picker.
Only the thumb view is visible in storyboard, not the rest of the slider
Add (optional) slider for alpha value/channel of picked color. Checkboard-like backgorund should be added to color preview control to allow preview of transparency. Showing Alpha value slider should become an...
I'm new to this, can you please share if you have any code snippet for setting custom colors to PaletteControl
Discussion: RectangularPaletteControl has 'open func setHue(horizontalAxis: Bool, updateImage: Bool)' but not declared as 'open' itself. So you cannot inherit from RectangularPaletteControl directly and you need to reimplement it's behaviour using...