Class ImageEffectExtensions
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
IImageEffectThe post effect.
texture
TextureThe texture.
SetInput(IImageEffect, Texture, Texture)
Sets two input textures
public static void SetInput(this IImageEffect imageEffect, Texture texture, Texture texture2)
Parameters
imageEffect
IImageEffectThe post effect.
texture
TextureThe texture.
texture2
TextureThe 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
IImageEffectThe post effect.
texture
TextureThe texture.
texture2
TextureThe texture2.
texture3
TextureThe texture3.