Releases: slaviboy/ColorPickerKotlin
Releases · slaviboy/ColorPickerKotlin
Initial Release for the Color Picker Android
The first release includes three color window types:
- Circular
- Rectangular
- Circular
Pre-made color windows for each color window type:
- Circular
- CircularHS
- Rectangular
- RectangularSL
- RectangularSV
- Slider
- SliderA
- SliderH
- SliderV
Pre-made color picker models:
- RectangularHSV
- RectangularHSL
- CircularHSV
Two supported TextView formats:
- single value
- multiple values
Available TextView types for each formats:
- multiple values
- RGB
- RGBA
- HSV
- HSL
- HWB
- CMYK
- HEX
- HEXA
- single value
- RGBA_R
- RGBA_G
- RGBA_B
- RGBA_A
- HSV_H
- HSV_S
- HSV_V
- HSL_H
- HSL_S
- HSL_L
- HWB_H
- HWB_W
- HWB_B
- CMYK_C
- CMYK_M
- CMYK_Y
- CMYK_K
TextView is supported, and can be attached as component to any color picker model.