ReactOS 0.4.15-dev-7842-g558ab78
png_color_8_struct Struct Reference

#include <png.h>

Public Attributes

png_byte red
 
png_byte green
 
png_byte blue
 
png_byte gray
 
png_byte alpha
 

Detailed Description

Definition at line 497 of file png.h.

Member Data Documentation

◆ alpha

png_byte png_color_8_struct::alpha

Definition at line 503 of file png.h.

◆ blue

png_byte png_color_8_struct::blue

Definition at line 501 of file png.h.

◆ gray

png_byte png_color_8_struct::gray

Definition at line 502 of file png.h.

◆ green

png_byte png_color_8_struct::green

Definition at line 500 of file png.h.

◆ red

png_byte png_color_8_struct::red

Definition at line 499 of file png.h.


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