Gimp.ColorProfile.prototype.get_lcms_profile
function get_lcms_profile(): void {
// Gjs wrapper for gimp_color_profile_get_lcms_profile()
}
This function returns profile's cmsHPROFILE. The returned value belongs to profile and must not be modified or freed.
Since 2.10
- Returns
a pointer to the cmsHPROFILE.