An open API service indexing awesome lists of open source software.

https://github.com/numq/compose-color-picker

Jetpack Compose Multiplatform compatible color picker component
https://github.com/numq/compose-color-picker

chooser color compose jetpack library multiplatform palette picker selector

Last synced: 2 months ago
JSON representation

Jetpack Compose Multiplatform compatible color picker component

Awesome Lists containing this project

README

          

Compose Color Picker

A Color Picker library for Jetpack Compose

demo

## Interactive or reactive

> Changes in the argument are reflected on the indicator

- [CircularColorPicker](library/src/main/kotlin/picker/circular/CircularColorPicker.kt)
- [RectangularColorPicker](library/src/main/kotlin/picker/rectangular/RectangularColorPicker.kt)
- [RectangleColorPickerSV](library/src/main/kotlin/picker/wheel/rectangle/RectangleColorPickerSV.kt)
- [WheelRectangleColorPicker](library/src/main/kotlin/picker/wheel/rectangle/WheelRectangleColorPickerHSV.kt)
- [TriangleColorPickerSV](library/src/main/kotlin/picker/wheel/triangle/TriangleColorPickerSV.kt)
- [WheelTriangleColorPickerHSV](library/src/main/kotlin/picker/wheel/triangle/WheelTriangleColorPickerHSV.kt)

## Lazy

> Initial color is passed as an argument

- [CircularColorPickerLazy](library/src/main/kotlin/picker/circular/CircularColorPickerLazy.kt)
- [RectangularColorPickerLazy](library/src/main/kotlin/picker/rectangular/RectangularColorPickerLazy.kt)
- [RectangleColorPickerSVLazy](library/src/main/kotlin/picker/wheel/rectangle/RectangleColorPickerSVLazy.kt)
- [WheelRectangleColorPickerLazy](library/src/main/kotlin/picker/wheel/rectangle/WheelRectangleColorPickerHSVLazy.kt)
- [TriangleColorPickerSVLazy](library/src/main/kotlin/picker/wheel/triangle/TriangleColorPickerSVLazy.kt)
- [WheelTriangleColorPickerHSVLazy](library/src/main/kotlin/picker/wheel/triangle/WheelTriangleColorPickerHSVLazy.kt)

## Installation

```
repositories {
maven("https://jitpack.io")
}

dependencies {
implementation("com.github.numq:compose-color-picker:1.0.2")
}
```

___



QR code




numq.github.io/support