Home
last modified time | relevance | path

Searched refs:linear_gray_profile (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/gimp-app/gimp-2.10.30/app/gegl/
H A Dgimp-babl.c462 static GimpColorProfile *linear_gray_profile = NULL; in gimp_babl_format_get_color_profile() local
470 if (! linear_gray_profile) in gimp_babl_format_get_color_profile()
472 linear_gray_profile = gimp_color_profile_new_d65_gray_linear (); in gimp_babl_format_get_color_profile()
473 g_object_add_weak_pointer (G_OBJECT (linear_gray_profile), in gimp_babl_format_get_color_profile()
474 (gpointer) &linear_gray_profile); in gimp_babl_format_get_color_profile()
477 return linear_gray_profile; in gimp_babl_format_get_color_profile()