ToneMapMikeDayOperator Class
Namespace: Stride.Rendering.ImagesAssembly: Stride.Rendering.dll
The tonemap operator by Mike Day, Insomniac Games.
Derived from ToneMapMikeDayOperator:
[DataContract("ToneMapMikeDayOperator")]
[Display("Mike-Day", null)]
public class ToneMapMikeDayOperator : ToneMapOperator
Remarks
| Name | Description | |
|---|---|---|
| Constructors | ||
| ToneMapMikeDayOperator() | Initializes a new instance of the ToneMapMikeDayOperator class. |
|
| Properties | ||
| BlackPoint | Gets or sets the black point. |
|
| CrossOver | Gets or sets the cross over. |
|
| Shoulder | Gets or sets the shoulder. |
|
| Toe | Gets or sets the toe. |
|
| WhitePoint | Gets or sets the white point. |
|
| Methods | ||
| UpdateParameters(ColorTransformContext) | ||
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
| Type | Description |
|---|---|
| System.Single | The black point. |
CrossOver
Gets or sets the cross over.
[DataMember(20)]
public float CrossOver { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Single | The cross over. |
Shoulder
Gets or sets the shoulder.
[DataMember(50)]
public float Shoulder { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Single | The shoulder. |
Toe
Gets or sets the toe.
[DataMember(40)]
public float Toe { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Single | The toe. |
WhitePoint
Gets or sets the white point.
[DataMember(30)]
public float WhitePoint { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Single | The white point. |
Methods
UpdateParameters(ColorTransformContext)
public override void UpdateParameters(ColorTransformContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| ColorTransformContext | context |