Jetpack Compose Color Picker
Bundle of Stylish customizable Color pickers, selectors, colorful sliders written with Jetpack Compose enables users to choose from HSL, HSV or RGB color modes to pick Solid colors or gradients.
Check out gradient, slider demos for rotating gradients, creating HSV, HSL gradients, and check out Colorful Sliders to get familiar with.
Completed:
- Add Hue Picker Wheel for selecting Hue
- Add Saturation Rectangle for selecting Saturation and Lightness
- Add Saturation Diamond for selecting Saturation and Lightness
- Add Composable to display previous and current color
- Fix Saturation Diamond color display for HSL
- Add colorful Sliders to have more stylish sliders
- Add gradient rotation option(GradientOffset)
- Add HSV-HSL gradient demo
- Add gradient rotation demo
- Add checker Composable/Modifier that draws checker pattern behind to display alpha
TODOs:
- Add Rectangle Hue+Saturation/Value/Lightness HSV/HSL Selectors
- Add Circle Hue Saturation Selector
- Add RGB color selection
- Add option to display colors in a dialog
- Add and display colors selected previously
- Add gradient color selection with percentage stops, linear, radial and sweep options
- Add option to select colors from Image, Screen or Camera