-
Notifications
You must be signed in to change notification settings - Fork 15
Color
Gerard Martin edited this page Jun 7, 2026
·
4 revisions
Define a constant color value.
-
Value: Visual representation of the currently defined color. It's a color picker that allows choosing a color directly on the RGB wheel.
-
R: Value for the red channel from 0.0 to 1.0. Defaults to 1.0, full red.
-
G: Value for the green channel from 0.0 to 1.0. Defaults to 1.0, full green.
-
B: Value for the blue channel from 0.0 to 1.0. Defaults to 1.0, full blue.
-
A: Value for the alpha channel from 0.0 to 1.0. Defaults to 1.0, opaque.