std::compression::qoi

OpRGBA

struct OpRGBA @packed
{
	char tag;
	char red;
	char green;
	char blue;
	char alpha;
}

Members

Methods