ImgEdit User Control

ImgEdit Class Library

ImgEdit.Filter_Color(Integer,Integer,Integer)

 

Applies the color filter.

 

[Visual Basic]

Public Sub Filter_Color( _

ByVal Red As Integer, _

ByVal Green As Integer, _

ByVal Blue As Integer)

 

Parameters

    Red

        The value of the red color of the displayed image from -255 to 255.

    Green

        The value of the green color of the displayed image from -255 to 255.

    Blue

        The value of the blue color of the displayed image from -255 to 255.

       

Return Value

    None.

 

Example

[Visual Basic] The following example applies the red color filter to the displayed image with a value of 50.

 

[Visual Basic]

ImgEdit1.Filter_Color(50, 0, 0)

 

Requirements

Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista family.

Documentation Version 1.6