Color.this

Sets our main struct and passes it to the parent class.

  1. this(GdkColor* gdkColor, bool ownedRef)
    class Color
    this
    (
    GdkColor* gdkColor
    ,
    bool ownedRef = false
    )
  2. this()
  3. this(ubyte red, ubyte green, ubyte blue)
  4. this(ushort red, ushort green, ushort blue)

Meta