Table of Contents

Class ToneMapDragoOperator

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

The tonemap Drago operator.

[DataContract("ToneMapDragoOperator")]
[Display("Drago", null)]
public class ToneMapDragoOperator : ToneMapCommonOperator
Inheritance
ToneMapDragoOperator
Inherited Members

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

float

The bias.