ColorPicker
ColorPicker copied to clipboard
Multi color option
Please add a multi color option in presets.
Please elaborate.
Integrating your library in mobile Shop where seller select a color of product while adding in product catalog. Now some products have Multi Color. It would be great if you add an image in presets which have multiple colors in it.
I'm searching for a color picker that can contain entries consisting of two colors. I want to use it as a theme picker and have some themes with only one color (only blue) and some themes with two colors, e. g. the default material theme (primary color is blue and and accent one is pink).
Proposal: app:cpv_colorPresets can contain values like #0000ff|#ff00d0 and the color picker displays a circle (or square) half blue, half pink. getValue() can return the values as int Array or as Pair<Integer, Integer>.