Gimp.ColorProfile.is_linear
@accepts(Gimp.ColorProfile)
@returns(bool)
def is_linear(self):
# Python wrapper for gimp_color_profile_is_linear()
This function determines is the ICC profile represented by a GimpColorProfile is a linear RGB profile or not, some profiles that are LUTs though linear will also return FALSE;
Since 2.10
- self
- Returns