Interface IColorableCell
Represents a cell whose color can be set.
[Version(1, 8, 0)]
public interface IColorableCell : ICell
- Extension Methods
Properties
Color
The main color of the tile.
This is used to set the color of tiles dynamically.
Color Color { get; set; }