gamma_corrected_color property

gamma_corrected_color property

A 3ds file may contains original color and gamma corrected color for same attribute, Setting this to true will use the gamma corrected color if possible, otherwise the Aspose.3D will try to use the original color.

Definition:

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

See Also