Visualization Library 2.0.0-b5

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Public Attributes | List of all members
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 447 of file png.h.

Member Data Documentation

◆ alpha

png_byte png_color_8_struct::alpha

Definition at line 453 of file png.h.

◆ blue

png_byte png_color_8_struct::blue

Definition at line 451 of file png.h.

◆ gray

png_byte png_color_8_struct::gray

Definition at line 452 of file png.h.

◆ green

png_byte png_color_8_struct::green

Definition at line 450 of file png.h.

◆ red

png_byte png_color_8_struct::red

Definition at line 449 of file png.h.


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