Color Blocks
Last updated
Was this helpful?
Last updated
Was this helpful?
Color blocks enable you to specify and manipulate colors used within your app's interface. You can use these blocks to choose and apply colors to elements like backgrounds, text, buttons, or other visual components.
Clicking a color block opens the standard color palette to select from.
This block returns a random color with an Alpha value of 100%.
This block allows you to define a color using RGB values.
This block allows you to define a color using HSV values.
This block allows you to define a color by blending two colors with a selected ratio of color 1 to color 2.
You can use a text block to define a color with RGBA syntax rgba(r,g,b,a)
.
You can use a text block to define a color with hex values.