GSTPy.ColorRGBA¶
-
class
GSTPy.ColorRGBA¶ RGBA color value.
-
__init__((object)self[, (float)r=0.0[, (float)g=0.0[, (float)b=0.0[, (float)a=1.0]]]]) → None¶
-
a¶ The alpha component (range 0..1).
Type: float
-
b¶ The blue component (range 0..1).
Type: float
-
g¶ The green component (range 0..1).
Type: float
-
r¶ The red component (range 0..1).
Type: float
-