Home | History | Annotate | Download | only in libpng

Lines Matching refs:red

628 /* Three color definitions.  The order of the red, green, and blue, (and the
634 png_byte red;
644 png_uint_16 red; /* for use in red green blue files */
654 png_byte red; /* for use in red green blue files */
669 png_uint_16 red;
1753 /* Use blue, green, red order for pixels. */
1766 int error_action, double red, double green ));
1769 int error_action, png_fixed_point red, png_fixed_point green ));
3088 #define PNG_COLOR_DIST(c1, c2) (abs((int)((c1).red) - (int)((c2).red)) + \