libtcod-net
Color Constructor (red, green, blue)
NamespaceslibtcodWrapperColorColor(Byte, Byte, Byte)
Form a Color from RGB components.
Declaration Syntax
C#
public Color(
	byte red,
	byte green,
	byte blue
)
Parameters
red (Byte)
Red Component (0 - 255)
green (Byte)
Green Component (0 - 255)
blue (Byte)
Blue Component (0 - 255)

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