Changing color 0?

I used the color extension, and found out you can change color 0 using it. Unlocked 1 extra color!




Like how though?
Also the color extension has a lot of features for Javascript mode.
color.setPalette(color.createBuffer([color.rgb(255,255,255)], color.ColorBufferLayout.RGB), 0,1)
also
color.setPalette(color.gradient(color.hsv(0, 255, 255), color.hsv(128, 255, 255), 16))
This might be useful?

1 Like

The existence of a transparent color is still neccesary.

3 Likes