org.powerscala.Color

SaddleBrown

Related Doc: package Color

object SaddleBrown extends EnumColor with Product with Serializable

Linear Supertypes
EnumColor, EnumEntry, Serializable, Serializable, Product, Equals, ImmutableColor, Color, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SaddleBrown
  2. EnumColor
  3. EnumEntry
  4. Serializable
  5. Serializable
  6. Product
  7. Equals
  8. ImmutableColor
  9. Color
  10. AnyRef
  11. 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

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. lazy val hex: HexColor

    Definition Classes
    Color
  19. def immutable: ImmutableColor

    Definition Classes
    ImmutableColorColor
  20. lazy val int: IntColor

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

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

    Definition Classes
    EnumEntry
  23. lazy val label: String

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

    Definition Classes
    Color
  25. def mutable: MutableColor

    Definition Classes
    ImmutableColorColor
  26. lazy val name: String

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

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

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

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

    Definition Classes
    EnumEntry
  31. lazy val parentName: String

    Definition Classes
    EnumEntry
  32. val red: Double

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

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

    Definition Classes
    AnyRef
  35. def toCSS: String

    Definition Classes
    Color
  36. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from EnumColor

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