dimage v0.3.0-beta.4 (2023-02-25T23:52:15Z)
Dub
Repo
ARGB8888Templ.this
dimage
types
ARGB8888Templ
Creates a standard pixel representation out from a 4 element array
this
(ubyte[4] bytes)
struct
ARGB8888Templ
(Endianness byteOrder = Endianness.Little)
@
safe
@
nogc
pure nothrow
this
(
ubyte
[4]
bytes
)
this
(ubyte r, ubyte g, ubyte b, ubyte a)
this
(float fR, float fG, float fB, float fA)
this
(ColorType orig)
this
(float fY, float fA)
this
(ubyte p)
Meta
Source
See Implementation
dimage
types
ARGB8888Templ
constructors
this
functions
toString
properties
a
b
fA
fB
fG
fR
g
r
static functions
hasAlphaChannelSupport
static variables
fAStepping
fBStepping
fGStepping
fRStepping
unions
__anonymous
Creates a standard pixel representation out from a 4 element array