magicalrainbows v0.0.1 (2020-07-27T23:50:37Z)
Dub
Repo
colourConstructors.this
magicalrainbows
utils
colourConstructors
Undocumented in source.
this
(uint red, uint green, uint blue)
this
(AnalogRGB analog)
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
)
this
(AnalogRGBA analog)
Meta
Source
See Implementation
magicalrainbows
utils
colourConstructors
constructors
this
functions
opCast