Share

RenderingImageExposureSettings.Saturation Property

The value of rendering image saturation.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public double Saturation { get; set; }

Property Value

Double

Exceptions

ExceptionCondition
ArgumentOutOfRangeException When setting this property: The value of saturation is not valid. The valid range is 0 to 5.

Remarks

Increase this value to get more intense colors.

See Also

Reference

Was this information helpful?