Class VideoEffectsCS
- Namespace
- VisioForge.Core.Experimental
- Assembly
- VisioForge.Core.dll
Class VideoEffectsCS.
public static class VideoEffectsCSInheritance
Inherited Members
Methods
ColorNoise(nint, int, int, int, Rect)
Applies a color noise effect to the specified pixels.
public static void ColorNoise(nint pixels, int width, int height, int amount, Rect rect)Parameters
pixelsnint-
The pixels.
widthint-
The width.
heightint-
The height.
amountint-
The amount of noise.
rectRect-
The rectangle area to apply the effect.
Mosaic(nint, int, int, int, Rect)
Processes the specified pixels.
public static void Mosaic(nint pixels, int width, int height, int size, Rect rect)