[]
        
(Showing Draft Content)

C1.Win.Util.ImageRecolorer.-ctor

ImageRecolorer Constructor

ImageRecolorer()

Initializes a new instance of an ImageRecolorer.

Declaration
public ImageRecolorer()

ImageRecolorer(Color, Color, Color, Color)

Initializes a new instance of an ImageRecolorer.

Declaration
public ImageRecolorer(Color cBlack, Color cWhite, Color cBlue, Color cMagenta)
Parameters
Type Name Description
Color cBlack

The color to replace Black in the source image.

Color cWhite

The color to replace White in the source image.

Color cBlue

The color to replace Blue in the source image.

Color cMagenta

The color to replace Magenta in the source image.

ImageRecolorer(int, int, int, int)

Initializes a new instance of an ImageRecolorer.

Declaration
public ImageRecolorer(int cBlack, int cWhite, int cBlue, int cMagenta)
Parameters
Type Name Description
int cBlack

The color to replace Black in the source image.

int cWhite

The color to replace White in the source image.

int cBlue

The color to replace Blue in the source image.

int cMagenta

The color to replace Magenta in the source image.