Object

utest.ufansi

Back

Related Doc: package ufansi

Permalink

object Back extends ColorCategory

Attrs to set or reset the color of your background

Linear Supertypes
ColorCategory, Category, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Back
  2. ColorCategory
  3. Category
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val Black: EscapeAttr

    Permalink
  5. val Blue: EscapeAttr

    Permalink
  6. val Cyan: EscapeAttr

    Permalink
  7. val DarkGray: EscapeAttr

    Permalink
  8. val Full: IndexedSeq[EscapeAttr]

    Permalink

    256 color Attrs, for those terminals that support it

    256 color Attrs, for those terminals that support it

    Definition Classes
    ColorCategory
  9. val Green: EscapeAttr

    Permalink
  10. val LightBlue: EscapeAttr

    Permalink
  11. val LightCyan: EscapeAttr

    Permalink
  12. val LightGray: EscapeAttr

    Permalink
  13. val LightGreen: EscapeAttr

    Permalink
  14. val LightMagenta: EscapeAttr

    Permalink
  15. val LightRed: EscapeAttr

    Permalink
  16. val LightYellow: EscapeAttr

    Permalink
  17. val Magenta: EscapeAttr

    Permalink
  18. val Red: EscapeAttr

    Permalink
  19. val Reset: EscapeAttr

    Permalink
  20. def True(r: Int, g: Int, b: Int): EscapeAttr

    Permalink

    Create a TrueColor color, from a given (r, g, b) within the 16-million-color TrueColor range

    Create a TrueColor color, from a given (r, g, b) within the 16-million-color TrueColor range

    Definition Classes
    ColorCategory
  21. def True(index: Int): EscapeAttr

    Permalink

    Create a TrueColor color, from a given index within the 16-million-color TrueColor range

    Create a TrueColor color, from a given index within the 16-million-color TrueColor range

    Definition Classes
    ColorCategory
  22. val White: EscapeAttr

    Permalink
  23. val Yellow: EscapeAttr

    Permalink
  24. val all: Vector[Attr]

    Permalink
    Definition Classes
    BackCategory
  25. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  26. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. val colorCode: Int

    Permalink
    Definition Classes
    ColorCategory
  28. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  29. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  30. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  33. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  34. def lookupAttr(applyState: Long): Attr

    Permalink
    Definition Classes
    ColorCategoryCategory
  35. lazy val lookupAttrTable: Array[Attr]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Category
  36. def lookupEscape(applyState: Long): String

    Permalink
    Definition Classes
    ColorCategoryCategory
  37. def lookupTableWidth: Int

    Permalink
    Attributes
    protected[this]
    Definition Classes
    ColorCategoryCategory
  38. def makeAttr(s: String, applyValue: Long)(implicit name: Name): EscapeAttr

    Permalink
    Definition Classes
    Category
  39. def makeNoneAttr(applyValue: Long)(implicit name: Name): ResetAttr

    Permalink
    Definition Classes
    Category
  40. def mask: Int

    Permalink
    Definition Classes
    Category
  41. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  42. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  43. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  44. val offset: Int

    Permalink
    Definition Classes
    Category
  45. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  46. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  47. def trueIndex(r: Int, g: Int, b: Int): Int

    Permalink
    Definition Classes
    ColorCategory
  48. def trueRgbEscape(r: Int, g: Int, b: Int): String

    Permalink
    Definition Classes
    ColorCategory
  49. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. val width: Int

    Permalink
    Definition Classes
    Category

Inherited from ColorCategory

Inherited from Category

Inherited from AnyRef

Inherited from Any

Ungrouped