TreeView for WinForms | ComponentOne
C1.Win.Util Namespace / ImageRecolorer Class / ImageRecolorer Constructor / ImageRecolorer Constructor(Color,Color,Color,Color)
The color to replace Black in the source image.
The color to replace White in the source image.
The color to replace Blue in the source image.
The color to replace Magenta in the source image.

In This Topic
    ImageRecolorer Constructor(Color,Color,Color,Color)
    In This Topic
    Initializes a new instance of an ImageRecolorer.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal cBlack As Color, _
       ByVal cWhite As Color, _
       ByVal cBlue As Color, _
       ByVal cMagenta As Color _
    )
    public ImageRecolorer( 
       Color cBlack,
       Color cWhite,
       Color cBlue,
       Color cMagenta
    )

    Parameters

    cBlack
    The color to replace Black in the source image.
    cWhite
    The color to replace White in the source image.
    cBlue
    The color to replace Blue in the source image.
    cMagenta
    The color to replace Magenta in the source image.
    See Also