Color
Select Color
There is a predefined set of colors in the blocks palette

Clicking on this color will bring up a menu:

Set RGB Color
You can use this block to select a color with RGB values:

Set RGBA Color
You can use a Text block to set a color with RGBA syntax: rgba(r,g,b,a)

Set HSV Color
You can use this block to set a color with HSV (Hue saturation, value):

Set Hex Color
You can use a Text block to include a hex value for your preferred color:

Blend Colors
You can create a color by blending two together with a selected ratio of color 1 to color 2:

Random Color
This block will return a random color (with an Alpha value of 100%):

Last updated
Was this helpful?