scalafx.scene.paint

Color

Related Docs: class Color | package paint

object Color

Source
Color.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Color
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
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 Coral: Color

  21. val CornflowerBlue: Color

  22. val Cornsilk: Color

  23. val Crimson: Color

  24. val Cyan: Color

  25. val DarkBlue: Color

  26. val DarkCyan: Color

  27. val DarkGoldenrod: Color

  28. val DarkGray: Color

  29. val DarkGreen: Color

  30. val DarkGrey: 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 DarkSlateGrey: Color

  42. val DarkTurquoise: Color

  43. val DarkViolet: Color

  44. val DeepPink: Color

  45. val DeepSkyBlue: Color

  46. val DimGray: Color

  47. val DimGrey: Color

  48. val DodgerBlue: Color

  49. val FireBrick: Color

  50. val FloralWhite: Color

  51. val ForestGreen: Color

  52. val Fuchsia: Color

  53. val Gainsboro: Color

  54. val GhostWhite: Color

  55. val Gold: Color

  56. val Goldenrod: Color

  57. val Gray: Color

  58. val Green: Color

  59. val GreenYellow: Color

  60. val Grey: Color

  61. val Honeydew: Color

  62. val HotPink: Color

  63. val IndianRed: Color

  64. val Indigo: Color

  65. val Ivory: Color

  66. val Khaki: Color

  67. val Lavender: Color

  68. val LavenderBlush: Color

  69. val LawnGreen: Color

  70. val LemonChiffon: Color

  71. val LightBlue: Color

  72. val LightCoral: Color

  73. val LightCyan: Color

  74. val LightGoldrenrodYellow: Color

  75. val LightGray: Color

  76. val LightGreen: Color

  77. val LightGrey: Color

  78. val LightPink: Color

  79. val LightSalmon: Color

  80. val LightSeaGreen: Color

  81. val LightSkyBlue: Color

  82. val LightSlateGray: Color

  83. val LightSlateGrey: Color

  84. val LightSteelBlue: Color

  85. val LightYellow: Color

  86. val Lime: Color

  87. val LimeGreen: Color

  88. val Linen: Color

  89. val Magenta: Color

  90. val Maroon: Color

  91. val MediumAquamarine: Color

  92. val MediumBlue: Color

  93. val MediumOrchid: Color

  94. val MediumPurple: Color

  95. val MediumSeaGreen: Color

  96. val MediumSlateBlue: Color

  97. val MediumSpringGreen: Color

  98. val MediumTurquoise: Color

  99. val MediumVioletRed: Color

  100. val MidnightBlue: Color

  101. val MintCream: Color

  102. val MistyRose: Color

  103. val Moccasin: Color

  104. val NavajoWhite: Color

  105. val Navy: Color

  106. val OldLace: Color

  107. val Olive: Color

  108. val OliveDrab: Color

  109. val Orange: Color

  110. val OrangeRed: Color

  111. val Orchid: Color

  112. val PaleGoldrenrod: Color

  113. val PaleGreen: Color

  114. val PaleTurquoise: Color

  115. val PaleVioletRed: Color

  116. val PapayaWhip: Color

  117. val PeachPuff: Color

  118. val Peru: Color

  119. val Pink: Color

  120. val Plum: Color

  121. val PowderBlue: Color

  122. val Purple: Color

  123. val Red: Color

  124. val RosyBrown: Color

  125. val RoyalBlue: Color

  126. val SaddleBrown: Color

  127. val Salmon: Color

  128. val SandyBrown: Color

  129. val SeaGreen: Color

  130. val SeaShell: Color

  131. val Sienna: Color

  132. val Silver: Color

  133. val SkyBlue: Color

  134. val SlateBlue: Color

  135. val SlateGray: Color

  136. val SlateGrey: Color

  137. val Snow: Color

  138. val SpringGreen: Color

  139. val SteelBlue: Color

  140. val Tan: Color

  141. val Teal: Color

  142. val Thistle: Color

  143. val Tomato: Color

  144. val Transparent: Color

  145. val Turquoise: Color

  146. val Violet: Color

  147. val Wheat: Color

  148. val White: Color

  149. val WhiteSmoke: Color

  150. val Yellow: Color

  151. val YellowGreen: Color

  152. def apply(red: Double, green: Double, blue: Double, opacity: Double): Color

  153. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  154. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  155. def color(red: Double, green: Double, blue: Double, opacity: Double): Color

    Creates an sRGB color with the specified red, green and blue values in the range 0.0-1.0, and a given opacity.

  156. def color(red: Double, green: Double, blue: Double): Color

    Creates an opaque sRGB color with the specified red, green and blue values in the range 0.0-1.0.

  157. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  158. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  159. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  160. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  161. def gray(gray: Double, opacity: Double): Color

    Creates a grey color.

  162. def gray(gray: Double): Color

    Creates an opaque grey color.

  163. def grayRgb(gray: Int, opacity: Double): Color

    This is a shortcut for rgb(gray, gray, gray, opacity).

  164. def grayRgb(gray: Int): Color

    This is a shortcut for rgb(gray, gray, gray).

  165. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  166. def hsb(hue: Double, saturation: Double, brightness: Double, opacity: Double): Color

    Creates a Color based on the specified values in the HSB color model, and a given opacity.

  167. def hsb(hue: Double, saturation: Double, brightness: Double): Color

    Creates an opaque Color based on the specified values in the HSB color model.

  168. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  169. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  170. final def notify(): Unit

    Definition Classes
    AnyRef
  171. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  172. def rgb(red: Int, green: Int, blue: Int, opacity: Double): Color

    Creates an sRGB color with the specified RGB values in the range 0-255, and a given opacity in the range 0.0-1.0.

  173. def rgb(red: Int, green: Int, blue: Int): Color

    Creates an opaque sRGB color with the specified RGB values in the range 0-255.

  174. implicit def sfxColor2jfx(c: Color): javafx.scene.paint.Color

  175. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  176. def toString(): String

    Definition Classes
    AnyRef → Any
  177. def valueOf(value: String): Color

    Creates a color value from a string representation.

    Creates a color value from a string representation. The format of the string representation is the same as in web(String).

  178. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  179. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  180. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  181. def web(color: String, opacity: Double): Color

    Creates an RGB color specified with hexadecimal notation or color name.

  182. def web(color: String): Color

    Creates an RGB color specified with hexadecimal notation or color name.

Deprecated Value Members

  1. val ALICEBLUE: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use AliceBlue; ALICEBLUE will be removed in a future release

  2. val ANTIQUEWHITE: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use AntiqueWhite; ANTIQUEWHITE will be removed in a future release.

  3. val AQUA: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use Aqua; AQUA will be removed in a future release.

  4. val AQUAMARINE: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use Aquamarine; AQUAMARINE will be removed in a future release.

  5. val AZURE: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use Azure; AZURE will be removed in a future release.

  6. val BEIGE: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use Beige; BEIGE will be removed in a future release.

  7. val BISQUE: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use Bisque; BISQUE will be removed in a future release.

  8. val BLACK: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use Black; BLACK will be removed in a future release.

  9. val BLANCHEDALMOND: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use BlanchedAlmond; BLANCHEDALMOND will be removed in a future release.

  10. val BLUE: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use Blue; BLUE will be removed in a future release.

  11. val BLUEVIOLET: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use BlueViolet; BLUEVIOLET will be removed in a future release.

  12. val BROWN: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use Brown; BROWN will be removed in a future release.

  13. val BURLYWOOD: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use Burlywood; BURLYWOOD will be removed in a future release.

  14. val CADETBLUE: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use CadetBlue; CADETBLUE will be removed in a future release.

  15. val CHARTREUSE: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use Chartreuse; CHARTREUSE will be removed in a future release.

  16. val CHOCOLATE: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use Chocolate; CHOCOLATE will be removed in a future release.

  17. val CORAL: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use Coral; CORAL will be removed in a future release.

  18. val CORNFLOWERBLUE: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use CornflowerBlue; CORNFLOWERBLUE will be removed in a future release.

  19. val CORNSILK: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use Cornsilk; CORNSILK will be removed in a future release.

  20. val CRIMSON: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use Crimson; CRIMSON will be removed in a future release.

  21. val CYAN: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use Cyan; CYAN will be removed in a future release.

  22. val DARKBLUE: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use DarkBlue; DARKBLUE will be removed in a future release.

  23. val DARKCYAN: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use DarkCyan; DARKCYAN will be removed in a future release.

  24. val DARKGOLDENROD: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use DarkGoldenrod; DARKGOLDENROD will be removed in a future release.

  25. val DARKGRAY: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use DarkGray; DARKGRAY will be removed in a future release.

  26. val DARKGREEN: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use DarkGreen; DARKGREEN will be removed in a future release.

  27. val DARKGREY: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use DarkGrey; DARKGREY will be removed in a future release.

  28. val DARKKHAKI: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use DarkKhaki; DARKKHAKI will be removed in a future release.

  29. val DARKMAGENTA: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use DarkMagenta; DARKMAGENTA will be removed in a future release.

  30. val DARKOLIVEGREEN: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use DarkOliveGreen; DARKOLIVEGREEN will be removed in a future release.

  31. val DARKORANGE: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use DarkOrange; DARKORANGE will be removed in a future release.

  32. val DARKORCHID: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use DarkOrchid; DARKORCHID will be removed in a future release.

  33. val DARKRED: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use DarkRed; DARKRED will be removed in a future release.

  34. val DARKSALMON: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use DarkSalmon; DARKSALMON will be removed in a future release.

  35. val DARKSEAGREEN: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use DarkSeaGreen; DARKSEAGREEN will be removed in a future release.

  36. val DARKSLATEBLUE: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use DarkSlateBlue; DARKSLATEBLUE will be removed in a future release.

  37. val DARKSLATEGRAY: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use DarkSlateGray; DARKSLATEGRAY will be removed in a future release.

  38. val DARKSLATEGREY: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use DarkSlateGrey; DARKSLATEGREY will be removed in a future release.

  39. val DARKTURQUOISE: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use DarkTurquoise; DARKTURQUOISE will be removed in a future release.

  40. val DARKVIOLET: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use DarkViolet; DARKVIOLET will be removed in a future release.

  41. val DEEPPINK: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use DeepPink; DEEPPINK will be removed in a future release.

  42. val DEEPSKYBLUE: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use DeepSkyBlue; DEEPSKYBLUE will be removed in a future release.

  43. val DIMGRAY: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use DimGray; DIMGRAY will be removed in a future release.

  44. val DIMGREY: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use DimGrey; DIMGREY will be removed in a future release.

  45. val DODGERBLUE: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use DodgerBlue; DODGERBLUE will be removed in a future release.

  46. val FIREBRICK: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use FireBrick; FIREBRICK will be removed in a future release.

  47. val FLORALWHITE: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use FloralWhite; FLORALWHITE will be removed in a future release.

  48. val FORESTGREEN: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use ForestGreen; FORESTGREEN will be removed in a future release.

  49. val FUCHSIA: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use Fuchsia; FUCHSIA will be removed in a future release.

  50. val GAINSBORO: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use Gainsboro; GAINSBORO will be removed in a future release.

  51. val GHOSTWHITE: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use GhostWhite; GHOSTWHITE will be removed in a future release.

  52. val GOLD: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use Gold; GOLD will be removed in a future release.

  53. val GOLDENROD: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use Goldenrod; GOLDENROD will be removed in a future release.

  54. val GRAY: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use Gray; GRAY will be removed in a future release.

  55. val GREEN: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use Green; GREEN will be removed in a future release.

  56. val GREENYELLOW: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use GreenYellow; GREENYELLOW will be removed in a future release.

  57. val GREY: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use Grey; GREY will be removed in a future release.

  58. val HONEYDEW: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use Honeydew; HONEYDEW will be removed in a future release.

  59. val HOTPINK: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use HotPink; HOTPINK will be removed in a future release.

  60. val INDIANRED: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use IndianRed; INDIANRED will be removed in a future release.

  61. val INDIGO: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use Indigo; INDIGO will be removed in a future release.

  62. val IVORY: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use Ivory; IVORY will be removed in a future release.

  63. val KHAKI: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use Khaki; KHAKI will be removed in a future release.

  64. val LAVENDER: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use Lavender; LAVENDER will be removed in a future release.

  65. val LAVENDERBLUSH: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use LavenderBlush; LAVENDERBLUSH will be removed in a future release.

  66. val LAWNGREEN: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use LawnGreen; LAWNGREEN will be removed in a future release.

  67. val LEMONCHIFFON: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use LemonChiffon; LEMONCHIFFON will be removed in a future release.

  68. val LIGHTBLUE: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use LightBlue; LIGHTBLUE will be removed in a future release.

  69. val LIGHTCORAL: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use LightCoral; LIGHTCORAL will be removed in a future release.

  70. val LIGHTCYAN: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use LightCyan; LIGHTCYAN will be removed in a future release.

  71. val LIGHTGOLDENRODYELLOW: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use LightGoldrenrodYellow; LIGHTGOLDENRODYELLOW will be removed in a future release.

  72. val LIGHTGRAY: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use LightGray; LIGHTGRAY will be removed in a future release.

  73. val LIGHTGREEN: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use LightGreen; LIGHTGREEN will be removed in a future release.

  74. val LIGHTGREY: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use LightGrey; LIGHTGREY will be removed in a future release.

  75. val LIGHTPINK: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use LightPink; LIGHTPINK will be removed in a future release.

  76. val LIGHTSALMON: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use LightSalmon; LIGHTSALMON will be removed in a future release.

  77. val LIGHTSEAGREEN: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use LightSeaGreen; LIGHTSEAGREEN will be removed in a future release.

  78. val LIGHTSKYBLUE: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use LightSkyBlue; LIGHTSKYBLUE will be removed in a future release.

  79. val LIGHTSLATEGRAY: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use LightSlateGray; LIGHTSLATEGRAY will be removed in a future release.

  80. val LIGHTSLATEGREY: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use LightSlateGrey; LIGHTSLATEGREY will be removed in a future release.

  81. val LIGHTSTEELBLUE: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use LightSteelBlue; LIGHTSTEELBLUE will be removed in a future release.

  82. val LIGHTYELLOW: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use LightYellow; LIGHTYELLOW will be removed in a future release.

  83. val LIME: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use Lime; LIME will be removed in a future release.

  84. val LIMEGREEN: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use LimeGreen; LIMEGREEN will be removed in a future release.

  85. val LINEN: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use Linen; LINEN will be removed in a future release.

  86. val MAGENTA: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use Magenta; MAGENTA will be removed in a future release.

  87. val MAROON: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use Maroon; MAROON will be removed in a future release.

  88. val MEDIUMAQUAMARINE: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use MediumAquamarine; MEDIUMAQUAMARINE will be removed in a future release.

  89. val MEDIUMBLUE: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use MediumBlue; MEDIUMBLUE will be removed in a future release.

  90. val MEDIUMORCHID: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use MediumOrchid; MEDIUMORCHID will be removed in a future release.

  91. val MEDIUMPURPLE: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use MediumPurple; MEDIUMPURPLE will be removed in a future release.

  92. val MEDIUMSEAGREEN: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use MediumSeaGreen; MEDIUMSEAGREEN will be removed in a future release.

  93. val MEDIUMSLATEBLUE: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use MediumSlateBlue; MEDIUMSLATEBLUE will be removed in a future release.

  94. val MEDIUMSPRINGGREEN: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use MediumSpringGreen; MEDIUMSPRINGGREEN will be removed in a future release.

  95. val MEDIUMTURQUOISE: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use MediumTurquoise; MEDIUMTURQUOISE will be removed in a future release.

  96. val MEDIUMVIOLETRED: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use MediumVioletRed; MEDIUMVIOLETRED will be removed in a future release.

  97. val MIDNIGHTBLUE: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use MidnightBlue; MIDNIGHTBLUE will be removed in a future release.

  98. val MINTCREAM: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use MintCream; MINTCREAM will be removed in a future release.

  99. val MISTYROSE: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use MistyRose; MISTYROSE will be removed in a future release.

  100. val MOCCASIN: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use Moccasin; MOCCASIN will be removed in a future release.

  101. val NAVAJOWHITE: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use NavajoWhite; NAVAJOWHITE will be removed in a future release.

  102. val NAVY: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use Navy; NAVY will be removed in a future release.

  103. val OLDLACE: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use OldLace; OLDLACE will be removed in a future release.

  104. val OLIVE: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use Olive; OLIVE will be removed in a future release.

  105. val OLIVEDRAB: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use OliveDrab; OLIVEDRAB will be removed in a future release.

  106. val ORANGE: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use Orange; ORANGE will be removed in a future release.

  107. val ORANGERED: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use OrangeRed; ORANGERED will be removed in a future release.

  108. val ORCHID: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use Orchid; ORCHID will be removed in a future release.

  109. val PALEGOLDENROD: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use PaleGoldrenrod; PALEGOLDENROD will be removed in a future release.

  110. val PALEGREEN: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use PaleGreen; PALEGREEN will be removed in a future release.

  111. val PALETURQUOISE: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use PaleTurquoise; PALETURQUOISE will be removed in a future release.

  112. val PALEVIOLETRED: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use PaleVioletRed; PALEVIOLETRED will be removed in a future release.

  113. val PAPAYAWHIP: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use PapayaWhip; PAPAYAWHIP will be removed in a future release.

  114. val PEACHPUFF: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use PeachPuff; PEACHPUFF will be removed in a future release.

  115. val PERU: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use Peru; PERU will be removed in a future release.

  116. val PINK: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use Pink; PINK will be removed in a future release.

  117. val PLUM: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use Plum; PLUM will be removed in a future release.

  118. val POWDERBLUE: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use PowderBlue; POWDERBLUE will be removed in a future release.

  119. val PURPLE: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use Purple; PURPLE will be removed in a future release.

  120. val RED: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use Red; RED will be removed in a future release.

  121. val ROSYBROWN: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use RosyBrown; ROSYBROWN will be removed in a future release.

  122. val ROYALBLUE: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use RoyalBlue; ROYALBLUE will be removed in a future release.

  123. val SADDLEBROWN: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use SaddleBrown; SADDLEBROWN will be removed in a future release.

  124. val SALMON: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use Salmon; SALMON will be removed in a future release.

  125. val SANDYBROWN: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use SandyBrown; SANDYBROWN will be removed in a future release.

  126. val SEAGREEN: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use SeaGreen; SEAGREEN will be removed in a future release.

  127. val SEASHELL: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use SeaShell; SEASHELL will be removed in a future release.

  128. val SIENNA: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use Sienna; SIENNA will be removed in a future release.

  129. val SILVER: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use Silver; SILVER will be removed in a future release.

  130. val SKYBLUE: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use SkyBlue; SKYBLUE will be removed in a future release.

  131. val SLATEBLUE: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use SlateBlue; SLATEBLUE will be removed in a future release.

  132. val SLATEGRAY: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use SlateGray; SLATEGRAY will be removed in a future release.

  133. val SLATEGREY: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use SlateGrey; SLATEGREY will be removed in a future release.

  134. val SNOW: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use Snow; SNOW will be removed in a future release.

  135. val SPRINGGREEN: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use SpringGreen; SPRINGGREEN will be removed in a future release.

  136. val STEELBLUE: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use SteelBlue; STEELBLUE will be removed in a future release.

  137. val TAN: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use Tan; TAN will be removed in a future release.

  138. val TEAL: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use Teal; TEAL will be removed in a future release.

  139. val THISTLE: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use Thistle; THISTLE will be removed in a future release.

  140. val TOMATO: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use Tomato; TOMATO will be removed in a future release.

  141. val TRANSPARENT: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use Transparent; TRANSPARENT will be removed in a future release.

  142. val TURQUOISE: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use Turquoise; TURQUOISE will be removed in a future release.

  143. val VIOLET: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use Violet; VIOLET will be removed in a future release.

  144. val WHEAT: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use Wheat; WHEAT will be removed in a future release.

  145. val WHITE: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use White; WHITE will be removed in a future release.

  146. val WHITESMOKE: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use WhiteSmoke; WHITESMOKE will be removed in a future release.

  147. val YELLOW: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use Yellow; YELLOW will be removed in a future release.

  148. val YELLOWGREEN: Color

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-R9) Use YellowGreen; YELLOWGREEN will be removed in a future release.

Inherited from AnyRef

Inherited from Any

Ungrouped