Getting started
Reference
Changelog
ColorRgb
RGB color (from 0.0 to 1.0). This is equivalent to (r, g, b) tuple.
0.0
1.0
(r, g, b)
b
The blue value.
float
g
The green value.
r
The red value.
ColorLab
Lab color. This is equivalent to (l, a, b) tuple.
(l, a, b)
a
The a chrominance value (from -128.0 to 128.0).
-128.0
128.0
The b chrominance value (from -128.0 to 128.0).
l
The luminance value (from 0.0 to 100.0).
100.0
Vector3
3D vector float. This is equivalent to (x, y, z) tuple.
(x, y, z)
x
The X axis value.
y
The Y axis value.
z
The Z axis value.