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

12 lines
280 B
Markdown
Raw Permalink Normal View History

2022-04-30 16:32:50 -04:00
# 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
```