Table of Contents

Class ImageEffectExtensions

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

Extensions for ImageEffect.

public static class ImageEffectExtensions
Inheritance
ImageEffectExtensions

Methods

SetInput(IImageEffect, Texture)

Sets an input texture

public static void SetInput(this IImageEffect imageEffect, Texture texture)

Parameters

imageEffect IImageEffect

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

imageEffect IImageEffect

The post effect.

texture Texture

The texture.

texture2 Texture

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

imageEffect IImageEffect

The post effect.

texture Texture

The texture.

texture2 Texture

The texture2.

texture3 Texture

The texture3.