color_interpolation_mode property

color_interpolation_mode property

Returns/sets value specifying the gamma function for color interpolation. The gamma adjustment should not be applied to the alpha component, if specified.

Definition:

@property
def color_interpolation_mode(self):
    ...
@color_interpolation_mode.setter
def color_interpolation_mode(self, value):
    ...

See Also