Packages

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
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val Black: EscapeAttr
  5. val Blue: EscapeAttr
  6. val Cyan: EscapeAttr
  7. val DarkGray: EscapeAttr
  8. 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
  9. val Green: EscapeAttr
  10. val LightBlue: EscapeAttr
  11. val LightCyan: EscapeAttr
  12. val LightGray: EscapeAttr
  13. val LightGreen: EscapeAttr
  14. val LightMagenta: EscapeAttr
  15. val LightRed: EscapeAttr
  16. val LightYellow: EscapeAttr
  17. val Magenta: EscapeAttr
  18. val Red: EscapeAttr
  19. val Reset: EscapeAttr
  20. 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
  21. 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
  22. val White: EscapeAttr
  23. val Yellow: EscapeAttr
  24. val all: Vector[Attr]
    Definition Classes
    BackCategory
  25. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  26. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  27. val colorCode: Int
    Definition Classes
    ColorCategory
  28. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  30. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  31. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  32. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. def lookupAttr(applyState: Long): Attr
    Definition Classes
    ColorCategoryCategory
  35. lazy val lookupAttrTable: Array[Attr]
    Attributes
    protected[this]
    Definition Classes
    Category
  36. def lookupEscape(applyState: Long): String
    Definition Classes
    ColorCategoryCategory
  37. def lookupTableWidth: Int
    Attributes
    protected[this]
    Definition Classes
    ColorCategoryCategory
  38. def makeAttr(s: String, applyValue: Long)(implicit name: Name): EscapeAttr
    Definition Classes
    Category
  39. def makeNoneAttr(applyValue: Long)(implicit name: Name): ResetAttr
    Definition Classes
    Category
  40. def mask: Int
    Definition Classes
    Category
  41. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  42. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  43. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  44. val offset: Int
    Definition Classes
    Category
  45. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  46. def toString(): String
    Definition Classes
    AnyRef → Any
  47. def trueIndex(r: Int, g: Int, b: Int): Int
    Definition Classes
    ColorCategory
  48. def trueRgbEscape(r: Int, g: Int, b: Int): String
    Definition Classes
    ColorCategory
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  52. val width: Int
    Definition Classes
    Category

Inherited from ColorCategory

Inherited from Category

Inherited from AnyRef

Inherited from Any

Ungrouped