VisioForge (c) 2025

Search Results for

    Class PIPChromaKeySettings

    Chroma-key settings for video mixer.

    Inheritance
    object
    PIPChromaKeySettings
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: VisioForge.Core.Types.VideoCapture
    Assembly: VisioForge.Core.dll
    Syntax
    public class PIPChromaKeySettings

    Constructors

    PIPChromaKeySettings()

    Initializes a new instance of the PIPChromaKeySettings class.

    Declaration
    public PIPChromaKeySettings()

    Properties

    Color

    Gets or sets the chroma-key color. Set color that close to your chroma-key color, not just "Green" or "Blue" to have good quality.

    Declaration
    public Color Color { get; set; }
    Property Value
    Type Description
    Color

    Tolerance1

    Gets or sets the tolerance 1. Default value is 10.

    Declaration
    public int Tolerance1 { get; set; }
    Property Value
    Type Description
    int

    Tolerance2

    Gets or sets the tolerance 2. Default value is 30.

    Declaration
    public int Tolerance2 { get; set; }
    Property Value
    Type Description
    int