Click or drag to resize

SettingsProcessingGroupColorGroupExperimentalGroupToneMappingGroup Class

Tonemapping settings.
Inheritance Hierarchy
SystemObject
  Zivid.NETSettingsProcessingGroupColorGroupExperimentalGroupToneMappingGroup

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax
public class ToneMappingGroup

The SettingsProcessingGroupColorGroupExperimentalGroupToneMappingGroup type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyEnabled
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 to 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.
Top
Methods
  NameDescription
Public methodClone
Create a clone (deep copy) of the current instance
Public methodCopyWith
Create a clone (deep copy) of the current instance and invoke delegate on the clone
Public methodToString
Get string representation of the object
(Overrides ObjectToString.)
Top
See Also