GSTPy.Color

class GSTPy.Color

RGB color value.

__init__((object)self[, (float)r=0.0[, (float)g=0.0[, (float)b=0.0]]]) → None
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