PieceColor
public enum PieceColor
Represents piece and side color.
-
White color.
Declaration
Swift
case white
-
Black color.
Declaration
Swift
case black
-
Negotiates piece color.
Declaration
Swift
public var negotiated: PieceColor { get }