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