dmagick v0.2.0 (2017-05-25T20:44:29Z)
Dub
Repo
ColorRGB.this
dmagick
ColorRGB
ColorRGB
Create a Color from the specified Bytes.
this
()
this
(ubyte red, ubyte green, ubyte blue, ubyte opacity)
class
ColorRGB
this
(
ubyte
red
,
ubyte
green
,
ubyte
blue
,
ubyte
opacity
= 0
)
this
(double red, double green, double blue, double opacity)
this
(string color)
Meta
Source
See Implementation
dmagick
ColorRGB
ColorRGB
constructors
this
functions
blue
blueByte
green
greenByte
red
redByte
Create a Color from the specified Bytes.