MrBIMC / VintageChroma

A Beautiful and very advanced material color picker for Android(written in Java).
83 stars 15 forks source link

Color HEX code #1

Closed basteez closed 8 years ago

basteez commented 8 years ago

Why don't you add the HEX value too? It could be more useful than RGB or HSV

MrBIMC commented 8 years ago

Ok.

MrBIMC commented 8 years ago

I added this option in the last commit, though I did not yet push it to jcenter, so if you urgently need it right now, you gotta clone the repo and use the local copy.

To define the indicator just add:

.indicatorMode(IndicatorMode.HEX) //HEX or DECIMAL; Note that ColorMode.HSV and IndicatorMode.HEX is a bad idea

...to your ChromaDialog.Builder();

MrBIMC commented 8 years ago

Release 1.1 pushed with this feature included.