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