Interface IColorable
Represents an item that can be colored
Assembly: Meadow.Contracts.dll
View Source
Declaration
public interface IColorable
Methods
SetColor(Color)
Sets the color of the target
View Source
Declaration
void SetColor(Color color)
Parameters
Type | Name | Description |
---|---|---|
Meadow.Color | color | The color to set |
GetColor()
Gets the color of the target
View Source
Declaration
Color GetColor()