Method GetAlpha
GetAlpha(int, int)
Reads one pixel's alpha, or 255 when the image is opaque.
public byte GetAlpha(int x, int y)
Parameters
Returns
- byte
The alpha sample.
Reads one pixel's alpha, or 255 when the image is opaque.
public byte GetAlpha(int x, int y)
The alpha sample.