color conversion
This is a color management library which is built for goboscript. It is designed to be used with inflator.
It also comes with a special color format called CBGBG, which stands for color, brightness1, ghost1, brightness2, ghost2. This can be used to stamp in any color, using 2 stamps.
- https://www.rapidtables.com/convert/color/index.html
- https://scratch.mit.edu/projects/623945749/
- https://scratch.mit.edu/projects/488774611/
Make sure you have inflator installed
inflate install https://github.com/FAReTek1/color
add color to your inflator.toml
config:
[dependencies]
# ...
color = "https://github.com/FAReTek1/color"
use inflate install -e .
:
- clone the respository:
git clone https://github.com/FAReTek1/color
cd color
inflate install -e .
cd test
inflate
goboscript build
- open
test.sb3