Search Results for

    Show / Hide Table of Contents

    Interface IVFChromaKey

    Chroma-key interface.

    Namespace: VisioForge.ProcessingFilters.Interfaces
    Assembly: VisioForge.ProcessingFilters.Interfaces.dll
    Syntax
    [Guid("AF6E8208-30E3-44f0-AAFE-787A6250BAB3")]
    [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
    public interface IVFChromaKey

    Methods

    put_color(Int32)

    Sets color.

    Declaration
    int put_color(int color)
    Parameters
    Type Name Description
    System.Int32 color

    Color as int.

    Returns
    Type Description
    System.Int32

    Returns 0 if the operation has been successful.

    put_contrast(Int32, Int32)

    Sets contrast.

    Declaration
    int put_contrast(int low, int high)
    Parameters
    Type Name Description
    System.Int32 low

    Low level.

    System.Int32 high

    High level.

    Returns
    Type Description
    System.Int32

    Returns 0 if the operation has been successful.

    put_image(String)

    Sets image file name.

    Declaration
    int put_image(string filename)
    Parameters
    Type Name Description
    System.String filename

    File name.

    Returns
    Type Description
    System.Int32

    Returns 0 if the operation has been successful.

    In This Article
    Back to top VisioForge (c) 2006-2022