gamut v2.5.0 (2024-01-28T14:48:30Z)
Dub
Repo
TGAEncoder.Color
gamut
codecs
tga
TGAEncoder
Undocumented in source.
struct
TGAEncoder
nothrow @
nogc
static
struct
Color {
ubyte
r
;
ubyte
g
;
ubyte
b
;
ubyte
a
;
}
Members
Variables
a
ubyte
a
;
b
ubyte
b
;
g
ubyte
g
;
Undocumented in source.
r
ubyte
r
;
Undocumented in source.
Meta
Source
See Implementation
gamut
codecs
tga
TGAEncoder
destructors
~this
functions
encodeScanline
initialize
structs
Color
variables
_channels
_enableRLE
_handle
_height
_inputType
_io
_scanConvert
_width
opcode
scanSpace
similarMask