Class ToneMapHejl2Operator
The tonemap operator by Jim Hejl version 2 that does not include the gamma correction and has a whitepoint parameter.
[DataContract("ToneMapHejl2Operator")]
[Display("Hejl2", null)]
public class ToneMapHejl2Operator : ToneMapOperator
  - Inheritance
 - 
      objectToneMapHejl2Operator
 
- Inherited Members
 
Remarks
Constructors
ToneMapHejl2Operator()
Initializes a new instance of the ToneMapHejlDawsonOperator class.
public ToneMapHejl2Operator()
  Properties
WhitePoint
Gets or sets the white point.
[DataMember(10)]
public float WhitePoint { get; set; }
  Property Value
- float
 The white point.