Kaliko.ImageLibrary
ApplyChromaKey Method
Syntax
'Declaration
Public Sub ApplyChromaKey( _ ByVal image As KalikoImage _ )
'Usage
Dim instance As ChromaKeyFilter Dim image As KalikoImage instance.ApplyChromaKey(image)
public void ApplyChromaKey( KalikoImage image )
public procedure ApplyChromaKey( image: KalikoImage );
public function ApplyChromaKey( image : KalikoImage );
public: void ApplyChromaKey( KalikoImage* image )
public: void ApplyChromaKey( KalikoImage^ image )
Parameters
- image
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