ChromaKeyFilter Constructor(Color,Single,Single,Single)

Kaliko Image Library

Kaliko.ImageLibrary
ChromaKeyFilter Constructor(Color,Single,Single,Single)





Syntax
'Declaration
 
Public Function New( _
   ByVal keyColor As System.Drawing.Color, _
   ByVal toleranceHue As System.Single, _
   ByVal toleranceSaturnation As System.Single, _
   ByVal toleranceBrightness As System.Single _
)
'Usage
 
Dim keyColor As System.Drawing.Color
Dim toleranceHue As System.Single
Dim toleranceSaturnation As System.Single
Dim toleranceBrightness As System.Single
 
Dim instance As New ChromaKeyFilter(keyColor, toleranceHue, toleranceSaturnation, toleranceBrightness)
public ChromaKeyFilter( 
   System.Drawing.Color keyColor,
   System.float toleranceHue,
   System.float toleranceSaturnation,
   System.float toleranceBrightness
)
public ChromaKeyFilter( 
    keyColor: System.Drawing.Color;
    toleranceHue: System.Single;
    toleranceSaturnation: System.Single;
    toleranceBrightness: System.Single
); 
public function ChromaKeyFilter( 
   keyColor : System.Drawing.Color,
   toleranceHue : System.float,
   toleranceSaturnation : System.float,
   toleranceBrightness : System.float
);
public: ChromaKeyFilter( 
   System.Drawing.Color keyColor,
   System.float toleranceHue,
   System.float toleranceSaturnation,
   System.float toleranceBrightness
)
public:
ChromaKeyFilter( 
   System.Drawing.Color keyColor,
   System.float toleranceHue,
   System.float toleranceSaturnation,
   System.float toleranceBrightness
)

Parameters

keyColor
toleranceHue
toleranceSaturnation
toleranceBrightness
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

This documentation was created using Document! X from Innovasys