Class ToneMapMikeDayOperator
The tonemap operator by Mike Day, Insomniac Games.
[DataContract("ToneMapMikeDayOperator")]
[Display("Mike-Day", null)]
public class ToneMapMikeDayOperator : ToneMapOperator
- Inheritance
-
ToneMapMikeDayOperator
- Inherited Members
Remarks
Constructors
ToneMapMikeDayOperator()
Initializes a new instance of the ToneMapMikeDayOperator class.
public ToneMapMikeDayOperator()
Properties
BlackPoint
Gets or sets the black point.
[DataMember(10)]
public float BlackPoint { get; set; }
Property Value
- float
The black point.
CrossOver
Gets or sets the cross over.
[DataMember(20)]
public float CrossOver { get; set; }
Property Value
- float
The cross over.
Shoulder
Gets or sets the shoulder.
[DataMember(50)]
public float Shoulder { get; set; }
Property Value
- float
The shoulder.
Toe
Gets or sets the toe.
[DataMember(40)]
public float Toe { get; set; }
Property Value
- float
The toe.
WhitePoint
Gets or sets the white point.
[DataMember(30)]
public float WhitePoint { get; set; }
Property Value
- float
The white point.
Methods
UpdateParameters(ColorTransformContext)
Updates the parameters for this transformation.
public override void UpdateParameters(ColorTransformContext context)
Parameters
context
ColorTransformContextThe context.
Remarks
This method is called just before rendering the ColorTransformGroup that is holding this ColorTransformBase