liberty-engine ~master (2019-02-13T12:42:06Z)
Dub
Repo
PNGChunk
liberty
image
format
png
*
struct
PNGChunk {
uint
size
;
ubyte
[
4
]
type
;
ubyte
[]
data
;
ubyte
[]
crc32
;
void
clear
();
}
Members
Functions
clear
void
clear
()
*
Variables
crc32
ubyte
[]
crc32
;
*
data
ubyte
[]
data
;
*
size
uint
size
;
*
type
ubyte
[
4
]
type
;
*
Meta
Source
See Implementation
liberty
image
format
png
classes
PNGImage
structs
PNGChunk
PNGHeader
*