Generate Color Pallet file(.clr) CLI Tool.
pod "ColorPalletGen"
./ColorPalletGen --file-read ./Color.json
- Configuration file of color
{
"color1": "#ffffff", // RGB using prefix '#'
"color2": "0xffffff", // RGB using prefix '0x'
"color3": "#ffffff66" // RGBA
}
File extension | |
---|---|
json | released |
txt | feature |
Under the MIT license. See LICENSE file for details.