| 🌟 | Support this project |
|---|---|
bc1qs6qq0fkqqhp4whwq8u8zc5egprakvqxewr5pmx |
|
0x3147bEE3179Df0f6a0852044BFe3C59086072e12 |
|
TKznmR65yhPt5qmYCML4tNSWFeeUkgYSEV |
A Color Picker library for Jetpack Compose
Changes in the argument are reflected on the indicator
- CircularColorPicker
- RectangularColorPicker
- RectangleColorPickerSV
- WheelRectangleColorPicker
- TriangleColorPickerSV
- WheelTriangleColorPickerHSV
Initial color is passed as an argument
- CircularColorPickerLazy
- RectangularColorPickerLazy
- RectangleColorPickerSVLazy
- WheelRectangleColorPickerLazy
- TriangleColorPickerSVLazy
- WheelTriangleColorPickerHSVLazy
repositories {
maven("https://jitpack.io")
}
dependencies {
implementation("com.github.numq:compose-color-picker:1.0.2")
}
