Interface IColorInvertableDisplay
Represents a display that supports inverting colors
Assembly: Meadow.Contracts.dll
View Source
Declaration
public interface IColorInvertableDisplay : IPixelDisplay, IDisplay
Properties
IsColorInverted
Gets whether the display color is inverted
View Source
Declaration
bool IsColorInverted { get; }
Methods
InvertDisplayColor(bool)
Invert the display colors True to invert, false for normal colors
View Source
Declaration
void InvertDisplayColor(bool invert)
Parameters
Type | Name |
---|---|
System.Boolean | invert |