Packages

object Color

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Color
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val AliceBlue: Color
  5. val AntiqueWhite: Color
  6. val Aqua: Color
  7. val Aquamarine: Color
  8. val Azure: Color
  9. val Beige: Color
  10. val Bisque: Color
  11. val Black: Color
  12. val BlanchedAlmond: Color
  13. val Blue: Color
  14. val BlueViolet: Color
  15. val Brown: Color
  16. val BurlyWood: Color
  17. val CadetBlue: Color
  18. val Chartreuse: Color
  19. val Chocolate: Color
  20. val Clear: Color
  21. val Coral: Color
  22. val CornflowerBlue: Color
  23. val Cornsilk: Color
  24. val Crimson: Color
  25. val Cyan: Color
  26. val DarkBlue: Color
  27. val DarkCyan: Color
  28. val DarkGoldenRod: Color
  29. val DarkGray: Color
  30. val DarkGreen: Color
  31. val DarkKhaki: Color
  32. val DarkMagenta: Color
  33. val DarkOliveGreen: Color
  34. val DarkOrange: Color
  35. val DarkOrchid: Color
  36. val DarkRed: Color
  37. val DarkSalmon: Color
  38. val DarkSeaGreen: Color
  39. val DarkSlateBlue: Color
  40. val DarkSlateGray: Color
  41. val DarkTurquoise: Color
  42. val DarkViolet: Color
  43. val DeepPink: Color
  44. val DeepSkyBlue: Color
  45. val DimGray: Color
  46. val DodgerBlue: Color
  47. val FireBrick: Color
  48. val FloralWhite: Color
  49. val ForestGreen: Color
  50. val Fuchsia: Color
  51. val Gainsboro: Color
  52. val GhostWhite: Color
  53. val Gold: Color
  54. val GoldenRod: Color
  55. val Gray: Color
  56. val Green: Color
  57. val GreenYellow: Color
  58. val HoneyDew: Color
  59. val HotPink: Color
  60. val IndianRed: Color
  61. val Indigo: Color
  62. val Ivory: Color
  63. val Khaki: Color
  64. val Lavender: Color
  65. val LavenderBlush: Color
  66. val LawnGreen: Color
  67. val LemonChiffon: Color
  68. val LightBlue: Color
  69. val LightCoral: Color
  70. val LightCyan: Color
  71. val LightGoldenRodYellow: Color
  72. val LightGray: Color
  73. val LightGreen: Color
  74. val LightPink: Color
  75. val LightSalmon: Color
  76. val LightSeaGreen: Color
  77. val LightSkyBlue: Color
  78. val LightSlateGray: Color
  79. val LightSteelBlue: Color
  80. val LightYellow: Color
  81. val Lime: Color
  82. val LimeGreen: Color
  83. val Linen: Color
  84. val Magenta: Color
  85. val Maroon: Color
  86. val MediumAquaMarine: Color
  87. val MediumBlue: Color
  88. val MediumOrchid: Color
  89. val MediumPurple: Color
  90. val MediumSeaGreen: Color
  91. val MediumSlateBlue: Color
  92. val MediumSpringGreen: Color
  93. val MediumTurquoise: Color
  94. val MediumVioletRed: Color
  95. val MidnightBlue: Color
  96. val MintCream: Color
  97. val MistyRose: Color
  98. val Moccasin: Color
  99. val NavajoWhite: Color
  100. val Navy: Color
  101. val OldLace: Color
  102. val Olive: Color
  103. val OliveDrab: Color
  104. val Orange: Color
  105. val OrangeRed: Color
  106. val Orchid: Color
  107. val PaleGoldenRod: Color
  108. val PaleGreen: Color
  109. val PaleTurquoise: Color
  110. val PaleVioletRed: Color
  111. val PapayaWhip: Color
  112. val PeachPuff: Color
  113. val Peru: Color
  114. val Pink: Color
  115. val Plum: Color
  116. val PowderBlue: Color
  117. val Purple: Color
  118. val RebeccaPurple: Color
  119. val Red: Color
  120. val RosyBrown: Color
  121. val RoyalBlue: Color
  122. val SaddleBrown: Color
  123. val Salmon: Color
  124. val SandyBrown: Color
  125. val SeaGreen: Color
  126. val SeaShell: Color
  127. val Sienna: Color
  128. val Silver: Color
  129. val SkyBlue: Color
  130. val SlateBlue: Color
  131. val SlateGray: Color
  132. val Snow: Color
  133. val SpringGreen: Color
  134. val SteelBlue: Color
  135. val Tan: Color
  136. val Teal: Color
  137. val Thistle: Color
  138. val Tomato: Color
  139. val Turquoise: Color
  140. val Violet: Color
  141. val Wheat: Color
  142. val White: Color
  143. val WhiteSmoke: Color
  144. val Yellow: Color
  145. val YellowGreen: Color
  146. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  147. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  148. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  149. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  150. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  151. def fromHSB(hue: Double, saturation: Double, brightness: Double): Color
  152. def fromHex(value: String): Color

    Creates a new Color instance from a hex value.

    Creates a new Color instance from a hex value. It is flexible for:

    - 1-digit (represents the value for red, green, and blue) - 2-digit (represents the value for red, green, and blue) - 3-digit (RGB) - 4-digit (RGBA) - 6-digit (RRGGBB) - 8-digit (RRGGBBAA)

    A preceding hash is optional.

    value

    String representation of a hex String

  153. def fromLong(value: Long): Color

    Creates a new Color instance from a Long value 0xRRGGBBAA

  154. def fromRGBA(red: Int, green: Int, blue: Int, alpha: Double): Color
  155. def fromRGBA(red: Double, green: Double, blue: Double, alpha: Double): Color
  156. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  157. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  158. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  159. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  160. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  161. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  162. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  163. def toString(): String
    Definition Classes
    AnyRef → Any
  164. def unapply(value: String): Option[Color]
  165. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  166. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  167. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped