RenderingImageExposureSettings
Description:
Represents the exposure settings of rendering.
Represents the exposure settings of rendering.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.RenderingImageExposureSettings
System.Object
Autodesk.Revit.DB.RenderingImageExposureSettings
public class RenderingImageExposureSettings : IDisposable
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| Name | Return Type | Description |
|---|---|---|
| ExposureValue | double | The value of rendering image exposure. |
| Highlights | double | The highlights value. |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |
| Saturation | double | The value of rendering image saturation. |
| Shadows | double | The shadows value. |
| WhitePoint | double | The white point value. |