Struct
WPEPlatformColor
Description [src]
struct WPEColor {
gdouble red;
gdouble green;
gdouble blue;
gdouble alpha;
}
Boxed type representing a RGBA color.
Structure members
redRed channel, between 0.0 and 1.0 inclusive.
greenGreen channel, between 0.0 and 1.0 inclusive.
blueBlue channel, between 0.0 and 1.0 inclusive.
alphaAlpha channel, between 0.0 and 1.0 inclusive.