Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    ColorTransformContext Class

    Namespace: Stride.Rendering.Images
    Assembly: Stride.Rendering.dll
    System.Object → ColorTransformContext
    Derived from ColorTransformContext:

    public class ColorTransformContext
    Name Description
    Constructors
    ColorTransformContext(ColorTransformGroup, RenderContext)
    Properties
    Group
    Inputs
    RenderContext
    SharedParameters
    | Improve this Doc View Source

    Constructors


    ColorTransformContext(ColorTransformGroup, RenderContext)

    public ColorTransformContext(ColorTransformGroup group, RenderContext renderContext)
    Parameters
    Type Name Description
    ColorTransformGroup group
    RenderContext renderContext
    | Improve this Doc View Source

    Properties


    Group

    public ColorTransformGroup Group { get; }
    Property Value
    Type Description
    ColorTransformGroup

    Inputs

    public List<Texture> Inputs { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<Texture>

    RenderContext

    public RenderContext RenderContext { get; }
    Property Value
    Type Description
    RenderContext

    SharedParameters

    public ParameterCollection SharedParameters { get; }
    Property Value
    Type Description
    ParameterCollection

    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