dimage v0.3.0-beta.4 (2023-02-25T23:52:15Z)
Dub
Repo
RGBA8888Templ.__anonymous
dimage
types
RGBA8888Templ
Undocumented in source.
struct
RGBA8888Templ
(Endianness byteOrder = Endianness.Little)
union
__anonymous {
ubyte
[
4
]
bytes
;
uint
base
;
}
Members
Variables
base
uint
base
;
Direct address
bytes
ubyte
[
4
]
bytes
;
RGBA
Meta
Source
See Implementation
dimage
types
RGBA8888Templ
constructors
this
properties
a
b
fA
fB
fG
fR
g
r
static functions
hasAlphaChannelSupport
static variables
fAStepping
fBStepping
fGStepping
fRStepping
unions
__anonymous