Struct
PhocColor
since: 0
Description [src]
struct PhocColor {
float red;
float green;
float blue;
float alpha;
}
PhocColor is used to represent a (possibly translucent) color.
Structure members
redThe intensity of the red channel from 0.0 to 1.0 inclusive.
greenThe intensity of the green channel from 0.0 to 1.0 inclusive.
blueThe intensity of the blue channel from 0.0 to 1.0 inclusive.
alphaThe opacity of the color from 0.0 for completely translucent to 1.0 for opaque.
Available since: 0