GSTPy.Color

class GSTPy.Color

RGB color value.

__init__((object)self[, (float)r=0.0[, (float)g=0.0[, (float)b=0.0]]]) → None
property b

The blue component (range 0..1).

Type

float

property g

The green component (range 0..1).

Type

float

property r

The red component (range 0..1).

Type

float