ToneMapCommonOperator Class
Namespace: Stride.Rendering.ImagesAssembly: Stride.Rendering.dll
Base operator shared by Reinhard, Drago, Exponential and Logarithmic.
Derived from ToneMapCommonOperator: ToneMapACESOperator ToneMapDragoOperator ToneMapExponentialOperator ToneMapLogarithmicOperator ToneMapReinhardOperator
[DataContract]
public abstract class ToneMapCommonOperator : ToneMapOperator
| Name | Description | |
|---|---|---|
| Constructors | ||
| ToneMapCommonOperator(String) | ||
| Properties | ||
| LuminanceSaturation | Gets or sets the luminance saturation. |
|
| WhiteLevel | Gets or sets the white level. |
|
Constructors
ToneMapCommonOperator(String)
protected ToneMapCommonOperator(string effectName)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | effectName |
Properties
LuminanceSaturation
Gets or sets the luminance saturation.
[DataMember(5)]
public float LuminanceSaturation { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Single | The luminance saturation. |
WhiteLevel
Gets or sets the white level.
[DataMember(8)]
public float WhiteLevel { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Single | The white level. |