Packages

case object ReferenceWhite extends Enum[ReferenceWhite] with Product with Serializable

Concrete reference values values for selected illuminants.

Linear Supertypes
Serializable, Product, Equals, Enum[ReferenceWhite], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReferenceWhite
  2. Serializable
  3. Product
  4. Equals
  5. Enum
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def extraNamesToValuesMap: Map[String, ReferenceWhite]
    Definition Classes
    Enum
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  10. macro def findValues: IndexedSeq[ReferenceWhite]
    Attributes
    protected
    Definition Classes
    Enum
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def indexOf(member: ReferenceWhite): Int
    Definition Classes
    Enum
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final lazy val lowerCaseNamesToValuesMap: Map[String, ReferenceWhite]
    Definition Classes
    Enum
  15. lazy val namesToValuesMap: Map[String, ReferenceWhite]
    Definition Classes
    Enum
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. def productElementName(n: Int): String
    Definition Classes
    Product
  20. def productElementNames: Iterator[String]
    Definition Classes
    Product
  21. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  22. final lazy val upperCaseNameValuesToMap: Map[String, ReferenceWhite]
    Definition Classes
    Enum
  23. val values: IndexedSeq[ReferenceWhite]

    All predefined reference whites.

    All predefined reference whites.

    Definition Classes
    ReferenceWhite → Enum
  24. final lazy val valuesToIndex: Map[ReferenceWhite, Int]
    Definition Classes
    Enum
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  28. def withName(name: String): ReferenceWhite
    Definition Classes
    Enum
    Annotations
    @SuppressWarnings()
  29. def withNameEither(name: String): Either[NoSuchMember[ReferenceWhite], ReferenceWhite]
    Definition Classes
    Enum
  30. def withNameInsensitive(name: String): ReferenceWhite
    Definition Classes
    Enum
    Annotations
    @SuppressWarnings()
  31. def withNameInsensitiveEither(name: String): Either[NoSuchMember[ReferenceWhite], ReferenceWhite]
    Definition Classes
    Enum
  32. def withNameInsensitiveOption(name: String): Option[ReferenceWhite]
    Definition Classes
    Enum
  33. def withNameLowercaseOnly(name: String): ReferenceWhite
    Definition Classes
    Enum
    Annotations
    @SuppressWarnings()
  34. def withNameLowercaseOnlyEither(name: String): Either[NoSuchMember[ReferenceWhite], ReferenceWhite]
    Definition Classes
    Enum
  35. def withNameLowercaseOnlyOption(name: String): Option[ReferenceWhite]
    Definition Classes
    Enum
  36. def withNameOption(name: String): Option[ReferenceWhite]
    Definition Classes
    Enum
  37. def withNameUppercaseOnly(name: String): ReferenceWhite
    Definition Classes
    Enum
    Annotations
    @SuppressWarnings()
  38. def withNameUppercaseOnlyEither(name: String): Either[NoSuchMember[ReferenceWhite], ReferenceWhite]
    Definition Classes
    Enum
  39. def withNameUppercaseOnlyOption(name: String): Option[ReferenceWhite]
    Definition Classes
    Enum
  40. case object A extends ReferenceWhite with Product with Serializable

    A (ASTM E308-01)

  41. case object B extends ReferenceWhite with Product with Serializable

    B (Wyszecki & Stiles, p.

    B (Wyszecki & Stiles, p. 769)

  42. case object C extends ReferenceWhite with Product with Serializable

    C (ASTM E308-01)

  43. case object D50 extends ReferenceWhite with Product with Serializable

    D50 (ASTM E308-01)

  44. case object D55 extends ReferenceWhite with Product with Serializable

    D55 (ASTM E308-01)

  45. case object D65 extends ReferenceWhite with Product with Serializable

    D65 (ASTM E308-01)

  46. case object D75 extends ReferenceWhite with Product with Serializable

    D75 (ASTM E308-01)

  47. case object E extends ReferenceWhite with Product with Serializable

    E (ASTM E308-01)

  48. case object F11 extends ReferenceWhite with Product with Serializable

    F11 (ASTM E308-01)

  49. case object F2 extends ReferenceWhite with Product with Serializable

    F2 (ASTM E308-01)

  50. case object F7 extends ReferenceWhite with Product with Serializable

    F7 (ASTM E308-01)

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Enum[ReferenceWhite]

Inherited from AnyRef

Inherited from Any

Ungrouped