arsa  2.7
Public Attributes | List of all members
png_row_info_struct Struct Reference

#include <png.h>

Public Attributes

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

Detailed Description

Definition at line 789 of file png.h.

Member Data Documentation

◆ bit_depth

png_byte png_row_info_struct::bit_depth

Definition at line 794 of file png.h.

◆ channels

png_byte png_row_info_struct::channels

Definition at line 795 of file png.h.

◆ color_type

png_byte png_row_info_struct::color_type

Definition at line 793 of file png.h.

◆ pixel_depth

png_byte png_row_info_struct::pixel_depth

Definition at line 796 of file png.h.

◆ rowbytes

png_size_t png_row_info_struct::rowbytes

Definition at line 792 of file png.h.

◆ width

png_uint_32 png_row_info_struct::width

Definition at line 791 of file png.h.


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