struct png_color_struct
Defined at line 476 of file ../../third_party/libpng/src/png.h
Three color definitions. The order of the red, green, and blue, (and the
exact size) is not important, although the size of the fields need to
be png_byte or png_uint_16 (as defined below).
Public Members
png_byte red
png_byte green
png_byte blue