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 DoctusColorOrange extends DoctusColor with Product with Serializable

    The color orange

  3. object DoctusColorWhite extends DoctusColor with Product with Serializable

    The color white

  4. object DoctusColorYellow extends DoctusColor with Product with Serializable

    The color yellow

Inherited from AnyRef

Inherited from Any

Ungrouped