org.powerscala

Color

Related Docs: object Color | package powerscala

abstract class Color extends EnumEntry

Linear Supertypes
EnumEntry, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Color
  2. EnumEntry
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Color()

Type Members

  1. class HexColor extends AnyRef

  2. class IntColor extends AnyRef

Abstract Value Members

  1. abstract def alpha: Double

  2. abstract def apply(red: Double = red, green: Double = green, blue: Double = blue, alpha: Double = alpha): Color

  3. abstract def blue: Double

  4. abstract def green: Double

  5. abstract def immutable: ImmutableColor

  6. abstract def mutable: MutableColor

  7. abstract def red: Double

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

  5. def apply(color: Color): Color

  6. def apply(index: Int): Double

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

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

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

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

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

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

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

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

  16. lazy val int: IntColor

  17. final def isInstanceOf[T0]: Boolean

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

    Adds additional lookup validation to match on Enumerated.apply

    Adds additional lookup validation to match on Enumerated.apply

    s

    the String to validate

    returns

    defaults to false

    Definition Classes
    EnumEntry
  19. lazy val label: String

    Generated label for this EnumEntry.

    Generated label for this EnumEntry.

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

  21. val name: String

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

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

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

    Definition Classes
    AnyRef
  25. val ordinal: Int

    Definition Classes
    EnumEntry
  26. val parent: Enumerated[EnumEntry]

    Enumerated for this EnumEntry.

    Enumerated for this EnumEntry.

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

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

    Definition Classes
    AnyRef
  29. def toCSS: String

  30. def toString(): String

    Definition Classes
    ColorEnumEntry → AnyRef → Any
  31. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from EnumEntry

Inherited from AnyRef

Inherited from Any

Ungrouped