Struct
WPEPlatformColor
Description [src]
struct WPEColor {
gdouble red;
gdouble green;
gdouble blue;
gdouble alpha;
}
Boxed type representing a RGBA color.
Structure members
red:gdoubleRed channel, between 0.0 and 1.0 inclusive.
green:gdoubleGreen channel, between 0.0 and 1.0 inclusive.
blue:gdoubleBlue channel, between 0.0 and 1.0 inclusive.
alpha:gdoubleAlpha channel, between 0.0 and 1.0 inclusive.