Table of Contents

Class VideoEffectsCS

Namespace
VisioForge.Core.Experimental
Assembly
VisioForge.Core.dll

Class VideoEffectsCS.

public static class VideoEffectsCS

Inheritance

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

pixels nint

The pixels.

width int

The width.

height int

The height.

amount int

The amount of noise.

rect Rect

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)

Parameters

pixels nint

The pixels.

width int

The width.

height int

The height.

size int

The size.

rect Rect

The rectangle.