dfl2 v1.0.3 (2014-11-03T16:58:07Z)
Home
Dub
Repo
Color.fromRgb
dfl
drawing
Color
Construct a new color.
Color
fromRgb
(COLORREF rgb)
Color
fromRgb
(ubyte alpha, COLORREF rgb)
struct
Color
static pure nothrow
Color
fromRgb
(
ubyte
alpha
,
COLORREF
rgb
)
ubyte
r
[@property getter]
ubyte
g
[@property getter]
ubyte
b
[@property getter]
ubyte
a
[@property getter]
Meta
Source
See Implementation
dfl
drawing
Color
aliases
blend
constructors
this
functions
Dthisptr
Dthisval
blendColor
createBrush
solidColor
toArgb
toRgb
properties
_systemColorIndex
a
b
empty
g
r
transparent
static functions
fromArgb
fromRgb
opCall
systemColor
variables
INVAILD_SYSTEM_COLOR_INDEX
Construct a new color.