Table of Contents

Class ToneMapHejl2Operator

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

The tonemap operator by Jim Hejl version 2 that does not include the gamma correction and has a whitepoint parameter.

[DataContract("ToneMapHejl2Operator")]
[Display("Hejl2", null)]
public class ToneMapHejl2Operator : ToneMapOperator
Inheritance
ToneMapHejl2Operator
Inherited Members

Remarks

Constructors

ToneMapHejl2Operator()

Initializes a new instance of the ToneMapHejlDawsonOperator class.

public ToneMapHejl2Operator()

Properties

WhitePoint

Gets or sets the white point.

[DataMember(10)]
public float WhitePoint { get; set; }

Property Value

float

The white point.