ReactOS 0.4.15-dev-7924-g5949c20
png_row_info_struct Struct Reference

#include <png.h>

Public Attributes

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

Detailed Description

Definition at line 751 of file png.h.

Member Data Documentation

◆ bit_depth

png_byte png_row_info_struct::bit_depth

Definition at line 756 of file png.h.

◆ channels

png_byte png_row_info_struct::channels

Definition at line 757 of file png.h.

◆ color_type

png_byte png_row_info_struct::color_type

Definition at line 755 of file png.h.

◆ pixel_depth

png_byte png_row_info_struct::pixel_depth

Definition at line 758 of file png.h.

◆ rowbytes

size_t png_row_info_struct::rowbytes

Definition at line 754 of file png.h.

◆ width

png_uint_32 png_row_info_struct::width

Definition at line 753 of file png.h.


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