Class

utest.ufansi

ColorCategory

Related Doc: package ufansi

Permalink

abstract class ColorCategory extends Category

* Color a encoded on 25 bit as follow : 0 : reset value 1 - 16 : 3 bit colors 17 - 272 : 8 bit colors 273 - 16 777 388 : 24 bit colors

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

Instance Constructors

  1. new ColorCategory(offset: Int, width: Int, colorCode: Int)(implicit catName: Name)

    Permalink

Abstract Value Members

  1. abstract val all: Vector[Attr]

    Permalink
    Definition Classes
    Category

Concrete 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 Full: IndexedSeq[EscapeAttr]

    Permalink

    256 color Attrs, for those terminals that support it

  5. 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

  6. def True(index: Int): EscapeAttr

    Permalink

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

  7. final def asInstanceOf[T0]: T0

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

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

    Permalink
  10. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ColorCategoryCategory
  19. def lookupTableWidth: Int

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

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

    Permalink
    Definition Classes
    Category
  22. def mask: Int

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

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

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

    Permalink
    Definition Classes
    AnyRef
  26. val offset: Int

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

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

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

    Permalink
  30. def trueRgbEscape(r: Int, g: Int, b: Int): String

    Permalink
  31. final def wait(): Unit

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

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

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

    Permalink
    Definition Classes
    Category

Inherited from Category

Inherited from AnyRef

Inherited from Any

Ungrouped