object Color
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Color
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def black: Color
- def blackBg: Color
- def blink: Color
- def blue: Color
- def blueBg: Color
- def bold: Color
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def cyan: Color
- def cyanBg: Color
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def green: Color
- def greenBg: Color
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def invisible: Color
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def magenta: Color
- def magentaBg: Color
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def red: Color
- def redBg: Color
- def render(color: Color): String
- def reset: Color
- def reversed: Color
- def show(color: Color): String
- Annotations
- @SuppressWarnings()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def underlined: Color
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def white: Color
- def whiteBg: Color
- def yellow: Color
- def yellowBg: Color
- case object Black extends Color with Product with Serializable
- case object BlackBg extends Color with Product with Serializable
- case object Blink extends Color with Product with Serializable
- case object Blue extends Color with Product with Serializable
- case object BlueBg extends Color with Product with Serializable
- case object Bold extends Color with Product with Serializable
- case object Cyan extends Color with Product with Serializable
- case object CyanBg extends Color with Product with Serializable
- case object Green extends Color with Product with Serializable
- case object GreenBg extends Color with Product with Serializable
- case object Invisible extends Color with Product with Serializable
- case object Magenta extends Color with Product with Serializable
- case object MagentaBg extends Color with Product with Serializable
- case object Red extends Color with Product with Serializable
- case object RedBg extends Color with Product with Serializable
- case object Reset extends Color with Product with Serializable
- case object Reversed extends Color with Product with Serializable
- case object Underlined extends Color with Product with Serializable
- case object White extends Color with Product with Serializable
- case object WhiteBg extends Color with Product with Serializable
- case object Yellow extends Color with Product with Serializable
- case object YellowBg extends Color with Product with Serializable
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated