Click or drag to resize

AtalaImageSetPixelIndex Method

Sets the index of the pixel.

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

Parameters

x
Type: SystemInt32
The x.
y
Type: SystemInt32
The y.
value
Type: SystemByte
The value.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionx, y;One or more parameters are invalid for this image.
IncompatiblePixelFormatExceptionImage must be colormapped to use GetPixelIndex.
See Also