SimpleDroidColorPicker is a simple, easy-to-use color picker library for Android.
Currently it is in pre-release and supports ring, circle and linear color pickers.
Current version v0.3 supports:
- ring color picker, circle color picker, three linear color pickers
- HSV linear color picker
- changing colors by either:
- touching
- dragging handle
- calling
setColor(int)
method
- creating color picker alert dialog
- animations
- XML attributes
- onColorSelected and onColorChanged listeners
- attaching linear color pickers to ring and circle color picker (for hue/saturation)
- setters/getters
v0.2
v0.3
Add this to your build.gradle
file:
repositories {
maven {
url "https://jitpack.io"
}
}
dependencies {
compile 'com.github.mata1:SimpleDroidColorPicker:v0.3'
}
TODO: write how to use views, ...
Copyright 2015 Matej Biberović
Licenced under GNU GENERAL PUBLIC LICENSE