doctus.core

color

package color

Implementations and Utilities around DoctusColor

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

Type Members

  1. case class DoctusColorRgb(red: Int, green: Int, blue: Int) extends DoctusColor with Product with Serializable

    Values of red, green and blue range from 0 to 255

Value Members

  1. object DoctusColorBlack extends DoctusColor with Product with Serializable

    The color black

  2. object DoctusColorBlue extends DoctusColor with Product with Serializable

    The color blue

  3. object DoctusColorGreen extends DoctusColor with Product with Serializable

    The color green

  4. object DoctusColorMangenta extends DoctusColor with Product with Serializable

    The color mangenta

  5. object DoctusColorOrange extends DoctusColor with Product with Serializable

    The color orange

  6. object DoctusColorRed extends DoctusColor with Product with Serializable

    The color red

  7. object DoctusColorTurquois extends DoctusColor with Product with Serializable

    The color turquois

  8. object DoctusColorWhite extends DoctusColor with Product with Serializable

    The color white

  9. object DoctusColorYellow extends DoctusColor with Product with Serializable

    The color yellow

Inherited from AnyRef

Inherited from Any

Ungrouped