vox-d v1.0.0 (2021-04-30T12:27:15Z)
Home
Dub
Repo
VoxColor
voxd
utils
Undocumented in source.
struct
VoxColor {
ubyte
r
;
ubyte
g
;
ubyte
b
;
ubyte
a
;
this
(ubyte r_, ubyte g_, ubyte b, ubyte a_);
this
(uint value);
}
Constructors
this
this
(ubyte r_, ubyte g_, ubyte b, ubyte a_)
Undocumented in source.
this
this
(uint value)
a
ubyte
a
;
b
ubyte
b
;
g
ubyte
g
;
Undocumented in source.
Members
Variables
r
ubyte
r
;
Undocumented in source.
Meta
Source
See Implementation
voxd
utils
classes
VoxdException
functions
getRIFFChunkHeader
popBE
popInteger
popLE
popUbyte
skipBytes
writeBE
writeInteger
writeLE
writeRIFFChunkHeader
structs
VOX
VoxColor
templates
RIFFChunkId