VisioForge (c) 2025

Search Results for

    Class VideoEffectsCS

    Class VideoEffectsCS.

    Inheritance
    object
    VideoEffectsCS
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: VisioForge.Core.Experimental
    Assembly: VisioForge.Core.dll
    Syntax
    public static class VideoEffectsCS

    Methods

    ColorNoise(nint, int, int, int, Rect)

    Declaration
    public static void ColorNoise(nint pixels, int width, int height, int amount, Rect rect)
    Parameters
    Type Name Description
    nint pixels
    int width
    int height
    int amount
    Rect rect

    Mosaic(nint, int, int, int, Rect)

    Processes the specified pixels.

    Declaration
    public static void Mosaic(nint pixels, int width, int height, int size, Rect rect)
    Parameters
    Type Name Description
    nint pixels

    The pixels.

    int width

    The width.

    int height

    The height.

    int size

    The size.

    Rect rect

    The rectangle.