ColorRGBA

Color in RGBA format

Members

Properties

getLuma
double getLuma [@property getter]

Calculate the luminance of the color.

Variables

a
double a;

Alpha channel

b
double b;

Blue channel

g
double g;

Green channel

r
double r;

Red channel

Meta