SoCameraExposureModes Enumeration |
Modes that define how to map the color values in the framebuffer to fir them in the [0 - 1] range.
Namespace: OIV.Inventor.Nodes
Member name | Value | Description | |
---|---|---|---|
LDR_LINEAR | 0 | Keep colors as is in the framebuffer. Set RGB components greater than 1.0 as equal to 1.0. | |
HDR_NEUTRAL | 1 | Apply a fixed curve function to color values to fit them in the [0 - 1] range. The function is smooth so as to eliminate the artifacts that one obtains with clamping. |