org.powerscala

Color

Related Docs: class Color | package powerscala

object Color extends Enumerated[Color]

Linear Supertypes
Enumerated[Color], FromString[Color], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Color
  2. Enumerated
  3. FromString
  4. AnyRef
  5. 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 Aquamarine: Color

  7. val Azure: Color

  8. val Beige: Color

  9. val Bisque: Color

  10. val Black: Color

  11. val BlanchedAlmond: Color

  12. val Blue: Color

  13. val BlueViolet: Color

  14. val Brown: Color

  15. val Burlywood: Color

  16. val CadetBlue: Color

  17. val Chartreuse: Color

  18. val Chocolate: Color

  19. val Clear: Color

  20. val Coral: Color

  21. val CornflowerBlue: Color

  22. val Cornsilk: Color

  23. val Cyan: Color

  24. val DarkBlue: Color

  25. val DarkGoldenrod: Color

  26. val DarkGray: Color

  27. val DarkGreen: Color

  28. val DarkKhaki: Color

  29. val DarkOliveGreen: Color

  30. val DarkOrange: Color

  31. val DarkOrchid: Color

  32. val DarkRed: Color

  33. val DarkSalmon: Color

  34. val DarkSeaGreen: Color

  35. val DarkSlateBlue: Color

  36. val DarkSlateGray: Color

  37. val DarkTurquoise: Color

  38. val DarkViolet: Color

  39. val DeepPink: Color

  40. val DeepSkyBlue: Color

  41. val DimGray: Color

  42. val DodgerBlue: Color

  43. val Firebrick: Color

  44. val FloralWhite: Color

  45. val ForestGreen: Color

  46. val Gainsboro: Color

  47. val GhostWhite: Color

  48. val Gold: Color

  49. val Goldenrod: Color

  50. val Gray: Color

  51. val Green: Color

  52. val GreenYellow: Color

  53. val HaloBlue: Color

  54. val HighlightBlue: Color

  55. val Honeydew: Color

  56. val HotPink: Color

  57. val IndianRed: Color

  58. val Ivory: Color

  59. val Khaki: Color

  60. val Lavender: Color

  61. val LavenderBlush: Color

  62. val LawnGreen: Color

  63. val LemonChiffon: Color

  64. val LightBlue: Color

  65. val LightCoral: Color

  66. val LightCyan: Color

  67. val LightGoldenrod: Color

  68. val LightGoldenrodYellow: Color

  69. val LightGray: Color

  70. val LightPink: Color

  71. val LightSalmon: Color

  72. val LightSeaGreen: Color

  73. val LightSkyBlue: Color

  74. val LightSlateBlue: Color

  75. val LightSlateGray: Color

  76. val LightSteelBlue: Color

  77. val LightYellow: Color

  78. val LimeGreen: Color

  79. val Linen: Color

  80. val Magenta: Color

  81. val Maroon: Color

  82. val MediumAquamarine: Color

  83. val MediumBlue: Color

  84. val MediumOrchid: Color

  85. val MediumPurple: Color

  86. val MediumSeaGreen: Color

  87. val MediumSlateBlue: Color

  88. val MediumSpringGreen: Color

  89. val MediumTurquoise: Color

  90. val MediumVioletRed: Color

  91. val MidnightBlue: Color

  92. val MintCream: Color

  93. val MistyRose: Color

  94. val Moccasin: Color

  95. val NavajoWhite: Color

  96. val NavyBlue: Color

  97. val OldLace: Color

  98. val OliveDrab: Color

  99. val Orange: Color

  100. val OrangeRed: Color

  101. val Orchid: Color

  102. val PaleGoldenrod: Color

  103. val PaleGreen: Color

  104. val PaleTurquoise: Color

  105. val PaleVioletRed: Color

  106. val PapayaWhip: Color

  107. val PeachPuff: Color

  108. val Peru: Color

  109. val Pink: Color

  110. val Plum: Color

  111. val PowderBlue: Color

  112. val Purple: Color

  113. val Red: Color

  114. val RosyBrown: Color

  115. val RoyalBlue: Color

  116. val SaddleBrown: Color

  117. val Salmon: Color

  118. val SandyBrown: Color

  119. val SeaGreen: Color

  120. val Seashell: Color

  121. val SelectBlue: Color

  122. val Sienna: Color

  123. val SkyBlue: Color

  124. val SlateBlue: Color

  125. val SlateGray: Color

  126. val Snow: Color

  127. val SpringGreen: Color

  128. val SteelBlue: Color

  129. val Tan: Color

  130. val Thistle: Color

  131. val Tomato: Color

  132. val Turquoise: Color

  133. val UmmGold: Color

  134. val UmmMaroon: Color

  135. val Violet: Color

  136. val VioletRed: Color

  137. val Wheat: Color

  138. val White: Color

  139. val WhiteSmoke: Color

  140. val Yellow: Color

  141. val YellowGreen: Color

  142. def apply(index: Int): Color

    Retrieve the EnumEntry by index.

    Retrieve the EnumEntry by index.

    index

    of the EnumEntry.

    returns

    EnumEntry or IndexOutOfBoundsException

    Definition Classes
    Enumerated
  143. def apply(name: String, caseSensitive: Boolean): Color

    Retrieve the EnumEntry by name.

    Retrieve the EnumEntry by name.

    name

    the name of the EnumEntry as defined by the field.

    caseSensitive

    defines whether the lookup should be case-sensitive. Defaults to false.

    returns

    EnumEntry or null if not found

    Definition Classes
    Enumerated
  144. def apply(name: String): Color

    Retrieve the EnumEntry by name with a case-insensitive lookup.

    Retrieve the EnumEntry by name with a case-insensitive lookup.

    name

    to find the enum by.

    returns

    EnumEntry or null if not found

    Definition Classes
    Enumerated
  145. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  146. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  147. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  150. def get(name: String, caseSensitive: Boolean = false): Option[Color]

    Definition Classes
    ColorEnumerated
  151. def get(name: String): Option[Color]

    Definition Classes
    Enumerated → FromString
  152. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  153. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  154. def hsv(hue: Double, saturation: Double, value: Double): Color

    Creates an immutable Color based on the HSV

    Creates an immutable Color based on the HSV

    hue

    the hue (value from 0.0 to 360.0)

    saturation

    the saturation (value from 0.0 to 1.0)

    value

    the value (value from 0.0 to 1.0)

  155. def immutable(red: Double = 0.0, green: Double = 0.0, blue: Double = 0.0, alpha: Double = 1.0): Color

  156. def immutable(hex: String): Color

  157. def immutable(red: Int, green: Int, blue: Int, alpha: Double): Color

  158. def immutable(value: Long): Color

  159. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  160. lazy val length: Int

    Definition Classes
    Enumerated
  161. def mutable(hex: String): MutableColor

  162. def mutable(red: Int, green: Int, blue: Int, alpha: Int): MutableColor

  163. def mutable(value: Long): MutableColor

  164. def mutable(red: Double = 0.0, green: Double = 0.0, blue: Double = 0.0, alpha: Double = 1.0): MutableColor

  165. lazy val name: String

    The name of this Enumerated.

    The name of this Enumerated.

    Definition Classes
    Enumerated
  166. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  169. def random: Color

    Retrieves a random enum.

    Retrieves a random enum.

    Definition Classes
    Enumerated
  170. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  171. def toString(): String

    Definition Classes
    AnyRef → Any
  172. def unapply(s: String): Option[Color]

    Definition Classes
    Enumerated
  173. def values: List[Color]

    Definition Classes
    Enumerated
  174. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Enumerated[Color]

Inherited from FromString[Color]

Inherited from AnyRef

Inherited from Any

Ungrouped