color
FreeBodyEngine.graphics.color
#
Color(value)
#
An RGB(A) color, normalized internally to float_normalized_a (four
floats in 0-1) regardless of how it was constructed - accepts a hex
string, a 0-255 int tuple/list, or an already-normalized float tuple/
list, and exposes all of those representations back out via its
properties.
Parses value (a #RRGGBB(AA) hex string, a 3/4-length int
tuple/list in 0-255, or a 3/4-length float tuple/list already in
0-1) into float_normalized_a.