ToneMapHejl2Operator Class
Namespace: Stride.Rendering.ImagesAssembly: Stride.Rendering.dll
The tonemap operator by Jim Hejl version 2 that does not include the gamma correction and has a whitepoint parameter.
Derived from ToneMapHejl2Operator:
[DataContract("ToneMapHejl2Operator")]
[Display("Hejl2", null)]
public class ToneMapHejl2Operator : ToneMapOperator
Remarks
Name | Description | |
---|---|---|
Constructors | ||
ToneMapHejl2Operator() | Initializes a new instance of the ToneMapHejlDawsonOperator class. |
|
Properties | ||
WhitePoint | Gets or sets the white point. |
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
Type | Description |
---|---|
System.Single | The white point. |