ToneMapDragoOperator Class
Namespace: Stride.Rendering.ImagesAssembly: Stride.Rendering.dll
The tonemap Drago operator.
Derived from ToneMapDragoOperator:
[DataContract("ToneMapDragoOperator")]
[Display("Drago", null)]
public class ToneMapDragoOperator : ToneMapCommonOperator
Name | Description | |
---|---|---|
Constructors | ||
ToneMapDragoOperator() | Initializes a new instance of the ToneMapDragoOperator class. |
|
Properties | ||
Bias | Gets or sets the bias. |
Constructors
ToneMapDragoOperator()
Initializes a new instance of the ToneMapDragoOperator class.
public ToneMapDragoOperator()
Properties
Bias
Gets or sets the bias.
[DataMember(10)]
public float Bias { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The bias. |