Click or drag to resize
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
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.1.0.0 (10.17.0.0)
Syntax
public enum ExposureModes
Members
  Member nameValueDescription
LDR_LINEAR0

Keep colors as is in the framebuffer.

Set RGB components greater than 1.0 as equal to 1.0.

HDR_NEUTRAL1

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.

Remarks