dlib ~master (2021-07-06T21:20:15Z)
Home
Dub
Repo
ColorRGBE
dlib
image
io
hdr
Undocumented in source.
struct
ColorRGBE {
ubyte
r
;
ubyte
g
;
ubyte
b
;
ubyte
e
;
}
Members
Variables
b
ubyte
b
;
Undocumented in source.
e
ubyte
e
;
Undocumented in source.
g
ubyte
g
;
Undocumented in source.
r
ubyte
r
;
Undocumented in source.
Meta
Source
See Implementation
dlib
image
io
hdr
classes
HDRLoadException
functions
floatToRGBE
loadHDR
readLineFromStream
saveHDR
writeBufferRLE
structs
ColorRGBE