Home | History | Annotate | Download | only in libpng

Lines Matching refs:srgb_intent

749 png_write_sRGB(png_structp png_ptr, int srgb_intent)
758 if (srgb_intent >= PNG_sRGB_INTENT_LAST)
761 buf[0]=(png_byte)srgb_intent;