SolidColorDisplay.color

From MiniScript Wiki
Jump to navigation Jump to search

SolidColorDisplay.color gets or sets the color shown by this display. The alpha channel is functional, so you can make such a display semi-transparent.

Example

display(0).mode = displayMode.solidColor
display(0).color = "#0000FF88"  // semi-transparent blue