hou.Color
class
Methods
hsl(self) → (float, float, float)-
Not documented yet
hsv(self) → (float, float, float)-
Not documented yet
lab(self) → (float, float, float)-
Not documented yet
rgb(self) → (float, float, float)-
Not documented yet
setHSL(self, tuple)-
Not documented yet
setHSV(self, tuple)-
Not documented yet
setLAB(self, tuple)-
Not documented yet
setRGB(self, tuple)-
Not documented yet
setXYZ(self, tuple)-
Not documented yet
xyz(self) → (float, float, float)-
Not documented yet
__add__(self, color) → Color-
Not documented yet
__init__(self [, (r, g, b)]) → Color-
Not documented yet
__mul__(self, scalar) -> Color-
Not documented yet
Replaces
rgb
expression function