RGBA.this

Creates a new RGBA Color

  1. this(GdkRGBA* gdkRGBA, bool ownedRef)
  2. this()
  3. this(double red, double green, double blue, double alpha)
    class RGBA
    this
    (
    double red
    ,
    double green
    ,
    double blue
    ,
    double alpha = 1.0
    )