Discreet3dsSaveOptions.GammaCorrectedColor

Discreet3dsSaveOptions.GammaCorrectedColor 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.

public bool GammaCorrectedColor { get; set; }

See Also