utest.ufansi

Back

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
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val Black: EscapeAttr

  7. val Blue: EscapeAttr

  8. val Cyan: EscapeAttr

  9. val DarkGray: EscapeAttr

  10. val Full: IndexedSeq[EscapeAttr]

    256 color Attrs, for those terminals that support it

    256 color Attrs, for those terminals that support it

    Definition Classes
    ColorCategory
  11. val Green: EscapeAttr

  12. val LightBlue: EscapeAttr

  13. val LightCyan: EscapeAttr

  14. val LightGray: EscapeAttr

  15. val LightGreen: EscapeAttr

  16. val LightMagenta: EscapeAttr

  17. val LightRed: EscapeAttr

  18. val LightYellow: EscapeAttr

  19. val Magenta: EscapeAttr

  20. val Red: EscapeAttr

  21. val Reset: EscapeAttr

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

    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
  23. def True(index: Int): EscapeAttr

    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
  24. val White: EscapeAttr

  25. val Yellow: EscapeAttr

  26. val all: Vector[Attr]

    Definition Classes
    BackCategory
  27. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  28. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    ColorCategoryCategory
  39. def lookupTableWidth: Int

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

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

    Definition Classes
    Category
  42. def mask: Int

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

    Definition Classes
    AnyRef
  44. final def notify(): Unit

    Definition Classes
    AnyRef
  45. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  46. val offset: Int

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

    Definition Classes
    AnyRef
  48. def toString(): String

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

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

    Definition Classes
    ColorCategory
  51. final def wait(): Unit

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

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

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

    Definition Classes
    Category

Inherited from ColorCategory

Inherited from Category

Inherited from AnyRef

Inherited from Any

Ungrouped