scalafx.scene.paint

Color

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
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 LIGHTGOLDENRODYELLOW: 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 PALEGOLDENROD: 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.

    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.

    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. implicit def jfxColor2sfx(c: javafx.scene.paint.Color): Color

  170. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  173. 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.

    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.

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

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

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

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

    Definition Classes
    AnyRef
  177. def toString(): String

    Definition Classes
    AnyRef → Any
  178. 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).

  179. final def wait(): Unit

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

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

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

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

  183. def web(color: String): Color

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

Inherited from AnyRef

Inherited from Any

Ungrouped