[]
Initializes a new instance of an ImageRecolorer.
public ImageRecolorer()
Initializes a new instance of an ImageRecolorer.
public ImageRecolorer(Color cBlack, Color cWhite, Color cBlue, Color cMagenta)
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. |
Initializes a new instance of an ImageRecolorer.
public ImageRecolorer(int cBlack, int cWhite, int cBlue, int cMagenta)
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. |