libtcod-net
PutPixel Method (x, y, col)
Namespaces
►
libtcodWrapper
►
Image
►
PutPixel(Int32, Int32, Color)
C#
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)