Table of Contents

Class ToneMapOperator

Namespace
Stride.Rendering.Images
Assembly
Stride.Rendering.dll

Base class for a tonemap operator.

[DataContract]
public abstract class ToneMapOperator : ColorTransformBase
Inheritance
ToneMapOperator
Derived
Inherited Members

Constructors

ToneMapOperator(string)

Initializes a new instance of the ToneMapOperator class.

protected ToneMapOperator(string effectName)

Parameters

effectName string

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

true if enabled; otherwise, false.