Home | History | Annotate | Download | only in lodepng

Lines Matching refs:ColorProfile

3462 typedef struct ColorProfile
3487 } ColorProfile;
3489 static void color_profile_init(ColorProfile* profile, const LodePNGColorMode* mode)
3516 static void color_profile_cleanup(ColorProfile* profile)
3523 /*void printColorProfile(ColorProfile* p)
3553 static unsigned get_color_profile(ColorProfile* profile,
3762 ColorProfile profile;