Class ToneMapOperator
Base class for a tonemap operator.
[DataContract]
public abstract class ToneMapOperator : ColorTransformBase- Inheritance
- 
      objectToneMapOperator
- Derived
- Inherited Members
Constructors
ToneMapOperator(string)
Initializes a new instance of the ToneMapOperator class.
protected ToneMapOperator(string effectName)Parameters
- effectNamestring
- Name of the effect. 
Exceptions
- ArgumentNullException
- effectName 
Properties
Enabled
Gets or sets a value indicating whether this ColorTransformBase is enabled.
public override bool Enabled { get; set; }Property Value
- bool
- trueif enabled; otherwise,- false.