Class ToneMapCommonOperator
Base operator shared by Reinhard, Drago, Exponential and Logarithmic.
[DataContract]
public abstract class ToneMapCommonOperator : ToneMapOperator
  - Inheritance
 - 
      objectToneMapCommonOperator
 
- Derived
 
- Inherited Members
 
Constructors
ToneMapCommonOperator(string)
protected ToneMapCommonOperator(string effectName)
  Parameters
effectNamestring
Properties
LuminanceSaturation
Gets or sets the luminance saturation.
[DataMember(5)]
public float LuminanceSaturation { get; set; }
  Property Value
- float
 The luminance saturation.
WhiteLevel
Gets or sets the white level.
[DataMember(8)]
public float WhiteLevel { get; set; }
  Property Value
- float
 The white level.