Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    ToneMapHejl2Operator Class

    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.

    System.Object → ColorTransformBase → ToneMapOperator → ToneMapHejl2Operator
    Derived from ToneMapHejl2Operator:

    [DataContract("ToneMapHejl2Operator")]
    [Display("Hejl2", null)]
    public class ToneMapHejl2Operator : ToneMapOperator
    Remarks

    https://twitter.com/jimhejl/status/633777619998130176

    Name Description
    Constructors
    ToneMapHejl2Operator()

    Initializes a new instance of the ToneMapHejlDawsonOperator class.

    Properties
    WhitePoint

    Gets or sets the white point.

    | Improve this Doc View Source

    Constructors


    ToneMapHejl2Operator()

    Initializes a new instance of the ToneMapHejlDawsonOperator class.

    public ToneMapHejl2Operator()
    | Improve this Doc View Source

    Properties


    WhitePoint

    Gets or sets the white point.

    [DataMember(10)]
    public float WhitePoint { get; set; }
    Property Value
    Type Description
    System.Single

    The white point.


    Inherited Members

    ToneMapOperator.Enabled
    ColorTransformBase.Group
    ColorTransformBase.Shader
    ColorTransformBase.GenericArguments
    ColorTransformBase.Parameters
    ColorTransformBase.PrepareParameters(ColorTransformContext, ParameterCollection, String)
    ColorTransformBase.UpdateParameters(ColorTransformContext)

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation