utga ~master (2022-02-23T04:38:02.5599983)
Dub
Repo
TGAColor
utga
Undocumented in source.
struct
TGAColor {
ubyte
[
4
]
bgra
;
ubyte
bytespp
;
this
(ubyte R, ubyte G, ubyte B, ubyte A);
this
(ubyte v);
this
(ubyte[] p);
ubyte
opIndex
(int i);
TGAColor
opBinary
(float intensity);
}
Constructors
this
this
(ubyte R, ubyte G, ubyte B, ubyte A)
Undocumented in source.
this
this
(ubyte v)
Undocumented in source.
this
this
(ubyte[] p)
Undocumented in source.
Members
Functions
opBinary
TGAColor
opBinary
(float intensity)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
ubyte
opIndex
(int i)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
bgra
ubyte
[
4
]
bgra
;
Undocumented in source.
bytespp
ubyte
bytespp
;
Undocumented in source.
Meta
Source
See Implementation
utga
classes
TGAImage
structs
TGAColor
TGAHeader