ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Win.Util Namespace / ImageRecolorer Class / ImageRecolorer Constructor / ImageRecolorer Constructor(Int32,Int32,Int32,Int32)
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(Int32,Int32,Int32,Int32)
    In This Topic
    Initializes a new instance of an ImageRecolorer.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal cBlack As System.Integer, _
       ByVal cWhite As System.Integer, _
       ByVal cBlue As System.Integer, _
       ByVal cMagenta As System.Integer _
    )
    public ImageRecolorer( 
       System.int cBlack,
       System.int cWhite,
       System.int cBlue,
       System.int 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