utest.ufansi

ColorCategory

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

Instance Constructors

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

Abstract Value Members

  1. abstract val all: Vector[Attr]

    Definition Classes
    Category

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

    256 color Attrs, for those terminals that support it

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

  8. def True(index: Int): EscapeAttr

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

  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def clone(): AnyRef

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

  12. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

    Definition Classes
    ColorCategoryCategory
  21. def lookupTableWidth: Int

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

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

    Definition Classes
    Category
  24. def mask: Int

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

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

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

    Definition Classes
    AnyRef
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  29. def toString(): String

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

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

  32. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Category

Inherited from AnyRef

Inherited from Any

Ungrouped