libtcod-net
Division Operator
NamespaceslibtcodWrapperColorDivision(Color, Int32)
Divide each component of a color by a give constant
Declaration Syntax
C#
public static Color operator /(
	Color lhs,
	int rhs
)
Parameters
lhs (Color)
Left Hand Side Color
rhs (Int32)
Right Hand Side Constant
Return Value
New Color

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