Click or drag to resize

AtalaImage.SetPixelIndex 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: System.Int32
The x.
y
Type: System.Int32
The y.
value
Type: System.Byte
The value.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionx, y;One or more parameters are invalid for this image.
IncompatiblePixelFormatExceptionImage must be colormapped to use GetPixelIndex.
See Also