Color
HSL Functions
hsl n1 n2 n3 shape
magenta_square = hsl 280 0.9 0.75 SQUAREhsla n1 n2 n3 n4 shape
transparent_magenta_square = hsla 280 0.9 0.75 0.5 SQUAREh n shape
white_cyan_square = h 180 SQUARE
white_cyan_square = hue 180 SQUAREsat n shape
l n shape
a n shape
hshift n shape
satshift n shape
lshift n shape
ashift n shape
RGB Functions
hex color shape
Gradient Functions
solid shape
g grad shape
linear_grad start_x start_y end_x end_y
radial_grad start_x start_y end_x end_y radius
grad_start x y grad
grad_end x y grad
to_linear_grad grad
grad_radius radius grad
grad_stop_hsl pos n1 n2 n3 grad
grad_stop_hsla pos n1 n2 n3 n4 grad
grad_stop_hex pos color grad
grad_spread_mode sm grad
Last updated