OEColorGet

OEColorGet(arg1: OEColor, r: float, g: float, b: float) -> None
OEColorGet(arg1: OEColor, r: float, g: float, b: float, a: float) -> None

Converts the internal unsigned integer representation of the color components into floating point numbers in the range [0.0, 1.0].

r, g, b, a

The red, green, blue and alpha components of the color.

See also