libtcod-net
PutPixel Method (x, y, col)
NamespaceslibtcodWrapperImagePutPixel(Int32, Int32, Color)
Change color of given pixel
Declaration Syntax
C#
public void PutPixel(
	int x,
	int y,
	Color col
)
Parameters
x (Int32)
x coord of pixel
y (Int32)
y coord of pixel
col (Color)
Color to change pixel to

Assembly: libtcodWrapper (Module: libtcodWrapper) Version: 0.2.0.0 (0.2.0.0)