ostrat.Colour
See theColour companion class
object Colour
Companion object for Colour class, contains named values for the standard web colours and implicit instances for various type classes.
Attributes
Members list
Value members
Concrete methods
The argbValue must start with 0xFF if the default full opacity is required. So 0xFFFF0000 gives full opacity Red
The argbValue must start with 0xFF if the default full opacity is required. So 0xFFFF0000 gives full opacity Red
Attributes
Concrete fields
named colors & values following CSS Color Module Level 4 - though names are UpperCamelCase here - plus 4 non standard colors: BrightSkyBlue, DarkYellow, LemonLime, LightRed
named colors & values following CSS Color Module Level 4 - though names are UpperCamelCase here - plus 4 non standard colors: BrightSkyBlue, DarkYellow, LemonLime, LightRed
Attributes
Implicits
Implicits
In this article