Color.fromRgb
- Color fromRgb(COLORREF rgb)
- Color fromRgb(ubyte alpha, COLORREF rgb)
struct Color
static
fromRgb
pure nothrow
- this(ubyte alpha, Color c)
- this(ubyte red, ubyte green, ubyte blue)
- this(ubyte alpha, ubyte red, ubyte green, ubyte blue)
- Color fromArgb(ubyte alpha, ubyte red, ubyte green, ubyte blue)
- Color empty [@property getter]
dfldrawingColor
constructorsfunctionspropertiesstatic functions
Construct a new color.