TransformsProvider.RemoveGreenScreen Method (Single, Single)

Removes green areas in an image.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public void RemoveGreenScreen(
	float strength,
	float transparencyCoefficient
)

Parameters

strength

Type: System.Single

The sharpening strength in range [0, 100].
transparencyCoefficient

Type: System.Single

The transparency coefficient in range [400, 20000].

Remarks

This method is required to replace green background with another. Such technique is called color keying.

See Also

Reference

Manual