| RenderClut Enumeration |
The RenderClut defines the color management and depends on which device the result will be displayed.
Namespace:
Lumiscaphe.Workshop.Interop
Assembly:
Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax public enum class RenderClut
Members
| Member name | Value | Description |
---|
| None | 0 |
Do not apply color correction (useful for extracting normals, world positions...).
|
| Monitor | 1 |
Apply the monitor color correction.
|
| SRgb | 2 |
Apply the sRGB color correction.
|
Version Information Lumiscaphe Workshop SDK
Supported in: 7.0 release 1
See Also