Click or drag to resize

AtalaImageGetPixelIndex Method

Gets the palette index of the specified pixel in this AtalaImage.

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public byte GetPixelIndex(
	int x,
	int y
)

Parameters

x
Type: SystemInt32
x coordinate in the image.
y
Type: SystemInt32
y coordinate in the image.

Return Value

Type: Byte
The palette index of the specified pixel.
See Also