ReactOS 0.4.16-dev-2613-g9533ad7
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 764 of file png.h.

Member Data Documentation

◆ bit_depth

png_byte png_row_info_struct::bit_depth

Definition at line 769 of file png.h.

◆ channels

png_byte png_row_info_struct::channels

Definition at line 770 of file png.h.

◆ color_type

png_byte png_row_info_struct::color_type

Definition at line 768 of file png.h.

◆ pixel_depth

png_byte png_row_info_struct::pixel_depth

Definition at line 771 of file png.h.

◆ rowbytes

size_t png_row_info_struct::rowbytes

Definition at line 767 of file png.h.

◆ width

png_uint_32 png_row_info_struct::width

Definition at line 766 of file png.h.


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