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")
}