Method | Description | |
---|---|---|
Contrast ( |
||
Crop ( |
||
Invert ( |
||
MakeBrighter ( |
||
MakeGrayscale ( |
||
PreprocessScreenshot ( |
||
adjustBitmap ( |
change brightness, contrast and/or gamma of a bitmap (see http://stackoverflow.com/questions/15408607/adjust-brightness-contrast-and-gamma-of-an-image)
|
|
changeColour ( this original, Color oldColor, Color newColor, int Tolerance, enPixelCompare CompareType = enPixelCompare.pc_RGB_all ) : |
(see http://stackoverflow.com/questions/16346212/can-you-change-one-colour-to-another-in-an-bitmap-image and https://msdn.microsoft.com/en-GB/library/ms229672%28v=vs.90%29.aspx)
|
|
hasGUIColoredPixel ( |
||
invertBitmap ( |
inverts a bitmap
|
|
makeGrayscaleBitmap ( |
set bitmap to greyscale (see http://tech.pro/tutorial/660/csharp-tutorial-convert-a-color-image-to-grayscale)
|