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

pixel in RGBA8 format. More...

#include <pngz.h>

Data Fields

uint8_t r
 channel values
 
uint8_t g
 
uint8_t b
 
uint8_t a
 

Detailed Description

pixel in RGBA8 format.

Definition at line 14 of file pngz.h.

Field Documentation

◆ a

uint8_t PNGZ_Pixel::a

Definition at line 16 of file pngz.h.

◆ b

uint8_t PNGZ_Pixel::b

Definition at line 16 of file pngz.h.

◆ g

uint8_t PNGZ_Pixel::g

Definition at line 16 of file pngz.h.

◆ r

uint8_t PNGZ_Pixel::r

channel values

Definition at line 16 of file pngz.h.


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