SettingsProcessingGroupColorGroupExperimentalGroupToneMappingGroupEnabledOption Enumeration |
This setting controls when tone mapping of colors is performed. Tone mapping will normalize
the captured color image to the full available output range by applying a gain factor to the
colors. For single-captures this can be used do brighten dark images. For HDR captures this
is required to map high-dynamic-range colors to the more limited dynamic range output.
This setting has two possible values. `Always` will perform tone-mapping for all captures.
`HdrOnly` will perform tone mapping for HDR captures but not for single-captures. It is not
possible to disable tone mapping for HDR captures.
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntaxpublic enum EnabledOption
Public Enumeration EnabledOption
public enum class EnabledOption
Members
| Member name | Value | Description |
---|
| Always | 0 | |
| HdrOnly | 1 | |
See Also