Struct

WPEPlatformColor

Description [src]

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

Boxed type representing a RGBA color.

Structure members
red: gdouble

Red channel, between 0.0 and 1.0 inclusive.

green: gdouble

Green channel, between 0.0 and 1.0 inclusive.

blue: gdouble

Blue channel, between 0.0 and 1.0 inclusive.

alpha: gdouble

Alpha channel, between 0.0 and 1.0 inclusive.