Table of Contents

Class ToneMapCommonOperator

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

Base operator shared by Reinhard, Drago, Exponential and Logarithmic.

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

Constructors

ToneMapCommonOperator(string)

protected ToneMapCommonOperator(string effectName)

Parameters

effectName string

Properties

LuminanceSaturation

Gets or sets the luminance saturation.

[DataMember(5)]
public float LuminanceSaturation { get; set; }

Property Value

float

The luminance saturation.

WhiteLevel

Gets or sets the white level.

[DataMember(8)]
public float WhiteLevel { get; set; }

Property Value

float

The white level.