Gimp.ColorTransform.can_gegl_copy
@accepts(Gimp.ColorProfile, Gimp.ColorProfile)
@returns(bool)
def can_gegl_copy(src_profile, dest_profile):
# Python wrapper for gimp_color_transform_can_gegl_copy()
This function checks if a GimpColorTransform is needed at all.
Since 2.10
- src_profile
source Gimp.ColorProfile
- dest_profile
destination Gimp.ColorProfile
- Returns