colourConstructors.this

Undocumented in source.
  1. this(uint red, uint green, uint blue)
  2. this(AnalogRGB analog)
  3. this(uint red, uint green, uint blue, uint alpha)
  4. this(AnalogRGBA analog)
    mixintemplate colourConstructors()
    pure @safe
    static if(hasAlpha!(typeof(this)))
    this
    (
    AnalogRGBA analog
    )

Meta