android-scripts/color-alpha-converter/readme.md

12 lines
280 B
Markdown

# 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
```bash
./cac.clj 50
./cac.clj 80
./cac.clj -i ff
./cac.clj -i bf
```