Gimp.ColorProfile.get_lcms_profile

@accepts(Gimp.ColorProfile)
@returns(gpointer)
def get_lcms_profile(self):
    # Python wrapper for gimp_color_profile_get_lcms_profile()
  

This function returns self's cmsHPROFILE. The returned value belongs to self and must not be modified or freed.

Since 2.10

self

a Gimp.ColorProfile

Returns