com.github.sassunt

scalor

package scalor

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

Type Members

  1. sealed trait Background extends AnyRef

  2. sealed trait Color extends AnyRef

  3. sealed trait Decor extends AnyRef

  4. case class Font[A <: Paint] extends Product with Serializable

  5. trait ImplicitColor extends AnyRef

  6. sealed trait Paint extends AnyRef

  7. trait Painted extends Paint

  8. case class Painter(text: String) extends Product with Serializable

  9. trait UnPainted extends Paint

Value Members

  1. object Colors

  2. object Font extends Serializable

  3. object Painter extends Serializable

  4. object Tones

  5. implicit def fontToString[A <: Paint](fnt: Font[A]): String

    Definition Classes
    ImplicitColor
  6. implicit def stringToFont(txt: String): Font[UnPainted]

    Definition Classes
    ImplicitColor
  7. implicit def stringToPaint(txt: String): Painter

    Definition Classes
    ImplicitColor

Inherited from ImplicitColor

Inherited from AnyRef

Inherited from Any

Ungrouped