ChromaKeyEffect.ColorDistance Property

Specifies how much variation around the chroma key color will be considered for transparency.

Range [0.0, 1.0].

Namespace: Lumia.Imaging.Compositing
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255

Syntax

public double ColorDistance { get; set; }
'Declaration
Public Property ColorDistance As Double
    Get
    Set
public:
virtual property double ColorDistance {
    double get () sealed;
    void set (double value) sealed;
}
function get_ColorDistance();
function set_ColorDistance(value);

Property Value

Type: Double

Version Information

Lumia Imaging SDK

Supported in: 3.0

See Also

ChromaKeyEffect Class

ChromaKeyEffect.ChromaKeyEffect Members

Lumia.Imaging.Compositing Namespace