Struct QOIImage::Header#

Nested Relationships#

This struct is a nested type of Class QOIImage.

Struct Documentation#

struct Header#

Public Members

std::string MagicNumber = std::string(4, '\0')#
u32 Width = 0#
u32 Height = 0#
u8 Channels = 0#
u8 ColorSpace = 0#