Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    ToneMapCommonOperator Class

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

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

    System.Object → ColorTransformBase → ToneMapOperator → ToneMapCommonOperator
    Derived from ToneMapCommonOperator: ToneMapACESOperator ToneMapDragoOperator ToneMapExponentialOperator ToneMapLogarithmicOperator ToneMapReinhardOperator

    [DataContract]
    public abstract class ToneMapCommonOperator : ToneMapOperator
    Name Description
    Constructors
    ToneMapCommonOperator(String)
    Properties
    LuminanceSaturation

    Gets or sets the luminance saturation.

    WhiteLevel

    Gets or sets the white level.

    | Improve this Doc View Source

    Constructors


    ToneMapCommonOperator(String)

    protected ToneMapCommonOperator(string effectName)
    Parameters
    Type Name Description
    System.String effectName
    | Improve this Doc View Source

    Properties


    LuminanceSaturation

    Gets or sets the luminance saturation.

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

    The luminance saturation.


    WhiteLevel

    Gets or sets the white level.

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

    The white level.


    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