pngz
easy png io library that converts all images into 8 bit RGBA.
Loading...
Searching...
No Matches
pixel Struct Reference

pixel in RGBA8 format. More...

#include <pngz.h>

Data Fields

unsigned char r
 channel values
 
unsigned char g
 
unsigned char b
 
unsigned char a
 

Detailed Description

pixel in RGBA8 format.

Definition at line 13 of file pngz.h.

Field Documentation

◆ a

unsigned char pixel::a

Definition at line 15 of file pngz.h.

◆ b

unsigned char pixel::b

Definition at line 15 of file pngz.h.

◆ g

unsigned char pixel::g

Definition at line 15 of file pngz.h.

◆ r

unsigned char pixel::r

channel values

Definition at line 15 of file pngz.h.


The documentation for this struct was generated from the following file: