ImageEffectExtensions Class
Namespace: Stride.Rendering.ImagesAssembly: 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 |
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. |