Struct

WPEPlatformColor

Description [src]

struct WPEColor {
  gdouble red;
  gdouble green;
  gdouble blue;
  gdouble alpha;
}

Boxed type representing a RGBA color.

Structure members
red

Red channel, between 0.0 and 1.0 inclusive.

green

Green channel, between 0.0 and 1.0 inclusive.

blue

Blue channel, between 0.0 and 1.0 inclusive.

alpha

Alpha channel, between 0.0 and 1.0 inclusive.