android-scripts/color-alpha-converter
Florian Schrofner b141bdadc3 add color alpha converter 2022-04-30 22:36:00 +02:00
..
cac.clj add color alpha converter 2022-04-30 22:36:00 +02:00
readme.md add color alpha converter 2022-04-30 22:36:00 +02:00

readme.md

Color Alpha Converter

Converts the given alpha in percent to a hex value usable by Android. You can use the -i flag to inverse the conversion and get the alpha percentage for a hex value.

Example Usage

./cac.clj 50
./cac.clj 80
./cac.clj -i ff
./cac.clj -i bf