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

#include <png.h>

Public Attributes

png_uint_32 width
 
png_uint_32 rowbytes
 
png_byte color_type
 
png_byte bit_depth
 
png_byte channels
 
png_byte pixel_depth
 

Detailed Description

Definition at line 953 of file png.h.

Member Data Documentation

◆ bit_depth

png_byte png_row_info_struct::bit_depth

Definition at line 958 of file png.h.

◆ channels

png_byte png_row_info_struct::channels

Definition at line 959 of file png.h.

◆ color_type

png_byte png_row_info_struct::color_type

Definition at line 957 of file png.h.

◆ pixel_depth

png_byte png_row_info_struct::pixel_depth

Definition at line 960 of file png.h.

◆ rowbytes

png_uint_32 png_row_info_struct::rowbytes

Definition at line 956 of file png.h.

◆ width

png_uint_32 png_row_info_struct::width

Definition at line 955 of file png.h.


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