Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    ImageEffectExtensions Class

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

    Extensions for ImageEffect.

    System.Object → ImageEffectExtensions
    Derived from ImageEffectExtensions:

    public static class ImageEffectExtensions
    Name Description
    Methods
    SetInput(IImageEffect, Texture)

    Sets an input texture

    SetInput(IImageEffect, Texture, Texture)

    Sets two input textures

    SetInput(IImageEffect, Texture, Texture, Texture)

    Sets two input textures

    | Improve this Doc View Source

    Methods


    SetInput(IImageEffect, Texture)

    Sets an input texture

    public static void SetInput(this IImageEffect imageEffect, Texture texture)
    Parameters
    Type Name Description
    IImageEffect imageEffect

    The post effect.

    Texture texture

    The texture.


    SetInput(IImageEffect, Texture, Texture)

    Sets two input textures

    public static void SetInput(this IImageEffect imageEffect, Texture texture, Texture texture2)
    Parameters
    Type Name Description
    IImageEffect imageEffect

    The post effect.

    Texture texture

    The texture.

    Texture texture2

    The texture2.


    SetInput(IImageEffect, Texture, Texture, Texture)

    Sets two input textures

    public static void SetInput(this IImageEffect imageEffect, Texture texture, Texture texture2, Texture texture3)
    Parameters
    Type Name Description
    IImageEffect imageEffect

    The post effect.

    Texture texture

    The texture.

    Texture texture2

    The texture2.

    Texture texture3

    The texture3.


    • Improve this Doc
    • View Source
    In This Article

    Back to top

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