org.powerscala

EnumColor

Related Doc: package powerscala

sealed abstract class EnumColor extends ImmutableColor with EnumEntry

Linear Supertypes
EnumEntry, Serializable, Serializable, Product, Equals, ImmutableColor, Color, AnyRef, Any
Known Subclasses
AliceBlue, AntiqueWhite, Aquamarine, Azure, Beige, Bisque, Black, BlanchedAlmond, Blue, BlueViolet, Brown, Burlywood, CadetBlue, Chartreuse, Chocolate, Clear, Coral, CornflowerBlue, Cornsilk, Cyan, DarkBlue, DarkGoldenrod, DarkGray, DarkGreen, DarkKhaki, DarkOliveGreen, DarkOrange, DarkOrchid, DarkRed, DarkSalmon, DarkSeaGreen, DarkSlateBlue, DarkSlateGray, DarkTurquoise, DarkViolet, DeepPink, DeepSkyBlue, DimGray, DodgerBlue, Firebrick, FloralWhite, ForestGreen, Gainsboro, GhostWhite, Gold, Goldenrod, Gray, Green, GreenYellow, HaloBlue, HighlightBlue, Honeydew, HotPink, IndianRed, Ivory, Khaki, Lavender, LavenderBlush, LawnGreen, LemonChiffon, LightBlue, LightCoral, LightCyan, LightGoldenrod, LightGoldenrodYellow, LightGray, LightPink, LightSalmon, LightSeaGreen, LightSkyBlue, LightSlateBlue, LightSlateGray, LightSteelBlue, LightYellow, LimeGreen, Linen, Magenta, Maroon, MediumAquamarine, MediumBlue, MediumOrchid, MediumPurple, MediumSeaGreen, MediumSlateBlue, MediumSpringGreen, MediumTurquoise, MediumVioletRed, MidnightBlue, MintCream, MistyRose, Moccasin, NavajoWhite, NavyBlue, OldLace, OliveDrab, Orange, OrangeRed, Orchid, PaleGoldenrod, PaleGreen, PaleTurquoise, PaleVioletRed, PapayaWhip, PeachPuff, Peru, Pink, Plum, PowderBlue, Purple, Red, RosyBrown, RoyalBlue, SaddleBrown, Salmon, SandyBrown, SeaGreen, Seashell, SelectBlue, Sienna, SkyBlue, SlateBlue, SlateGray, Snow, SpringGreen, SteelBlue, Tan, Thistle, Tomato, Turquoise, UmmGold, UmmMaroon, Violet, VioletRed, Wheat, White, WhiteSmoke, Yellow, YellowGreen
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. EnumColor
  2. EnumEntry
  3. Serializable
  4. Serializable
  5. Product
  6. Equals
  7. ImmutableColor
  8. Color
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class HexColor extends AnyRef

    Definition Classes
    Color
  2. class IntColor extends AnyRef

    Definition Classes
    Color

Abstract Value Members

  1. abstract def canEqual(that: Any): Boolean

    Definition Classes
    Equals
  2. abstract def productArity: Int

    Definition Classes
    Product
  3. abstract def productElement(n: Int): Any

    Definition Classes
    Product

Concrete 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. def add(red: Double = 0.0, green: Double = 0.0, blue: Double = 0.0, alpha: Double = 0.0): Color

    Definition Classes
    Color
  5. val alpha: Double

    Definition Classes
    ImmutableColorColor
  6. def apply(red: Double = red, green: Double = green, blue: Double = blue, alpha: Double = alpha): ImmutableColor

    Definition Classes
    ImmutableColorColor
  7. def apply(color: Color): Color

    Definition Classes
    Color
  8. def apply(index: Int): Double

    Definition Classes
    Color
  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. val blue: Double

    Definition Classes
    ImmutableColorColor
  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def divide(red: Double = 1.0, green: Double = 1.0, blue: Double = 1.0, alpha: Double = 1.0): Color

    Definition Classes
    Color
  13. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  14. def equals(that: Any): Boolean

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

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

    Definition Classes
    AnyRef → Any
  17. val green: Double

    Definition Classes
    ImmutableColorColor
  18. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  19. lazy val hex: HexColor

    Definition Classes
    Color
  20. def immutable: ImmutableColor

    Definition Classes
    ImmutableColorColor
  21. lazy val int: IntColor

    Definition Classes
    Color
  22. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  23. def isMatch(s: String): Boolean

    Definition Classes
    EnumEntry
  24. lazy val label: String

    Definition Classes
    EnumEntry
  25. def multiply(red: Double = 1.0, green: Double = 1.0, blue: Double = 1.0, alpha: Double = 1.0): Color

    Definition Classes
    Color
  26. def mutable: MutableColor

    Definition Classes
    ImmutableColorColor
  27. lazy val name: String

    Definition Classes
    EnumEntry
  28. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  31. lazy val parentClass: Class[_]

    Definition Classes
    EnumEntry
  32. lazy val parentName: String

    Definition Classes
    EnumEntry
  33. def productIterator: Iterator[Any]

    Definition Classes
    Product
  34. def productPrefix: String

    Definition Classes
    Product
  35. val red: Double

    Definition Classes
    ImmutableColorColor
  36. def subtract(red: Double = 0.0, green: Double = 0.0, blue: Double = 0.0, alpha: Double = 0.0): Color

    Definition Classes
    Color
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  38. def toCSS: String

    Definition Classes
    Color
  39. def toString(): String

    Definition Classes
    EnumColorColor → AnyRef → Any
  40. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from EnumEntry

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ImmutableColor

Inherited from Color

Inherited from AnyRef

Inherited from Any

Ungrouped