libtcod-net
SetCharBackground Method (x, y, col, flag)
NamespaceslibtcodWrapperConsoleSetCharBackground(Int32, Int32, Color, Background)
Set background color of single cell
Declaration Syntax
C#
public void SetCharBackground(
	int x,
	int y,
	Color col,
	Background flag
)
Parameters
x (Int32)
x (Width) position
y (Int32)
y (Height) position
col (Color)
Background color
flag (Background)
Background flag

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