ColorPicker icon indicating copy to clipboard operation
ColorPicker copied to clipboard

Multi color option

Open BilalSiddiqui opened this issue 7 years ago • 3 comments

Please add a multi color option in presets.

BilalSiddiqui avatar Oct 31 '18 07:10 BilalSiddiqui

Please elaborate.

jaredrummler avatar Oct 31 '18 07:10 jaredrummler

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.

BilalSiddiqui avatar Oct 31 '18 07:10 BilalSiddiqui

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>.

mueller-ma avatar Jun 04 '19 09:06 mueller-ma