colourConstructors.this

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

Meta