Interface | Description |
---|---|
ColorPickerSwatch.OnColorSelectedListener |
Interface for a callback when a color square is selected.
|
Class | Description |
---|---|
ColorPickerDialog |
A dialog which takes in as input an array of colors and creates a palette allowing the user to
select a specific color swatch, which invokes a listener.
|
ColorPickerPalette |
A color picker custom view which creates an grid of color squares.
|
ColorPickerSwatch |
Creates a circular swatch of a specified color.
|
ColorStateDrawable |
A drawable which sets its color filter to a color specified by the user, and changes to a
slightly darker color when pressed or focused.
|
HsvColorComparator |
A color comparator which compares based on hue, saturation, and value.
|