ToneMapOperator Class
Namespace: Stride.Rendering.ImagesAssembly: Stride.Rendering.dll
Base class for a tonemap operator.
                 Derived from ToneMapOperator:  ToneMapCommonOperator  ToneMapHejl2Operator  ToneMapHejlDawsonOperator  ToneMapMikeDayOperator  ToneMapU2FilmicOperator 
              
              
              
[DataContract]
public abstract class ToneMapOperator : ColorTransformBase
              | Name | Description | |
|---|---|---|
| Constructors | ||
| ToneMapOperator(String) | Initializes a new instance of the ToneMapOperator class.  | 
                          |
| Properties | ||
| Enabled | ||
Constructors
ToneMapOperator(String)
Initializes a new instance of the ToneMapOperator class.
protected ToneMapOperator(string effectName)
              Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | effectName | Name of the effect.  | 
                  
Exceptions
| Type | Condition | 
|---|---|
| System.ArgumentNullException | effectName  | 
                  
Properties
Enabled
public override bool Enabled { get; set; }
              Property Value
| Type | Description | 
|---|---|
| System.Boolean |