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_16_struct Struct Reference

#include <png.h>

Public Attributes

png_byte index
 
png_uint_16 red
 
png_uint_16 green
 
png_uint_16 blue
 
png_uint_16 gray
 

Detailed Description

Definition at line 436 of file png.h.

Member Data Documentation

◆ blue

png_uint_16 png_color_16_struct::blue

Definition at line 441 of file png.h.

◆ gray

png_uint_16 png_color_16_struct::gray

Definition at line 442 of file png.h.

◆ green

png_uint_16 png_color_16_struct::green

Definition at line 440 of file png.h.

◆ index

png_byte png_color_16_struct::index

Definition at line 438 of file png.h.

◆ red

png_uint_16 png_color_16_struct::red

Definition at line 439 of file png.h.


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