dimage v0.3.0-beta.4 (2023-02-25T23:52:15Z)
Dub
Repo
RGB888Templ.this
dimage
types
RGB888Templ
Standard CTOR
this
(ubyte r, ubyte g, ubyte b)
struct
RGB888Templ
(Endianness byteOrder = Endianness.Little)
pure nothrow @
safe
@
nogc
this
(
ubyte
r
,
ubyte
g
,
ubyte
b
)
this
(float fR, float fG, float fB, float fA)
this
(float fY, float fA)
this
(ColorType orig)
this
(ubyte p)
Meta
Source
See Implementation
dimage
types
RGB888Templ
constructors
this
properties
a
b
base
fA
fB
fG
fR
g
r
static functions
hasAlphaChannelSupport
static variables
fAStepping
fBStepping
fGStepping
fRStepping
variables
bytes
Standard CTOR