Method GetImagePixelColor
GetImagePixelColor(uint, int, int)
Returns the color of a given pixel in an image
Declaration
[HandleProcessCorruptedStateExceptions]
public ColorAlpha GetImagePixelColor(uint image, int x, int y)
Parameters
Type | Name | Description |
---|---|---|
uint | image | The image to get the pixel from |
int | x | The x pixel coordinates |
int | y | The y pixel coordinates |
Returns
Type | Description |
---|---|
ColorAlpha |