Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    ToneMapOperator Class

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

    Base class for a tonemap operator.

    System.Object → ColorTransformBase → ToneMapOperator
    Derived from ToneMapOperator: ToneMapCommonOperator ToneMapHejl2Operator ToneMapHejlDawsonOperator ToneMapMikeDayOperator ToneMapU2FilmicOperator

    [DataContract]
    public abstract class ToneMapOperator : ColorTransformBase
    Name Description
    Constructors
    ToneMapOperator(String)

    Initializes a new instance of the ToneMapOperator class.

    Properties
    Enabled
    | Improve this Doc View Source

    Constructors


    ToneMapOperator(String)

    Initializes a new instance of the ToneMapOperator class.

    protected ToneMapOperator(string effectName)
    Parameters
    Type Name Description
    System.String effectName

    Name of the effect.

    Exceptions
    Type Condition
    System.ArgumentNullException

    effectName

    | Improve this Doc View Source

    Properties


    Enabled

    public override bool Enabled { get; set; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    ColorTransformBase.Enabled

    Inherited Members

    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
    In This Article
    • Constructors
      • ToneMapOperator(String)
    • Properties
      • Enabled
    • Inherited Members
    • Extension Methods

    Back to top

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