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
property a

The alpha component (range 0..1).

Type

float

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