Click or drag to resize
PiecesetColor Method
Sets the color of the Piece.

Namespace: VikingChess.Model
Assembly: VikingChess (in VikingChess.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void setColor(
	EnumsColor color
)

Parameters

color
Type: VikingChess.ModelEnumsColor
The color of the Piece. Can be either BLACK or WHITE.
See Also