Home | History | Annotate | Download | only in libpng

Lines Matching full:red

620 /* Three color definitions.  The order of the red, green, and blue, (and the
626 png_byte red;
636 png_uint_16 red; /* for use in red green blue files */
646 png_byte red; /* for use in red green blue files */
661 png_uint_16 red;
1692 /* Use blue, green, red order for pixels. */
1705 int error_action, double red, double green ));
1708 int error_action, png_fixed_point red, png_fixed_point green ));
3011 #define PNG_COLOR_DIST(c1, c2) (abs((int)((c1).red) - (int)((c2).red)) + \