Set pixel value for 8 bit paletted (256 colors) or 8 bit gray scale (256 gray levels) images

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void SetPixel(
	int x,
	int y,
	byte color
)
Public Sub SetPixel ( _
	x As Integer, _
	y As Integer, _
	color As Byte _
)
public:
void SetPixel(
	int x, 
	int y, 
	unsigned char color
)

Parameters

x
Int32
pixel column
y
Int32
pixel row
color
Byte
the color to set (0..255)

See Also