extras
.
scala
.
io
Color
Related Docs:
trait Color
|
package io
object
Color
Linear Supertypes
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
Color
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Type Members
implicit final
class
ColorOps
extends
AnyVal
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
object
Black
extends
Color
with
Product
with
Serializable
object
BlackBg
extends
Color
with
Product
with
Serializable
object
Blink
extends
Color
with
Product
with
Serializable
object
Blue
extends
Color
with
Product
with
Serializable
object
BlueBg
extends
Color
with
Product
with
Serializable
object
Bold
extends
Color
with
Product
with
Serializable
object
Cyan
extends
Color
with
Product
with
Serializable
object
CyanBg
extends
Color
with
Product
with
Serializable
object
Green
extends
Color
with
Product
with
Serializable
object
GreenBg
extends
Color
with
Product
with
Serializable
object
Invisible
extends
Color
with
Product
with
Serializable
object
Magenta
extends
Color
with
Product
with
Serializable
object
MagentaBg
extends
Color
with
Product
with
Serializable
object
Red
extends
Color
with
Product
with
Serializable
object
RedBg
extends
Color
with
Product
with
Serializable
object
Reset
extends
Color
with
Product
with
Serializable
object
Reversed
extends
Color
with
Product
with
Serializable
object
Underlined
extends
Color
with
Product
with
Serializable
object
White
extends
Color
with
Product
with
Serializable
object
WhiteBg
extends
Color
with
Product
with
Serializable
object
Yellow
extends
Color
with
Product
with
Serializable
object
YellowBg
extends
Color
with
Product
with
Serializable
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[
java.lang
]
Definition Classes
AnyRef
Annotations
@HotSpotIntrinsicCandidate
()
@throws
(
...
)
def
color
(
color:
Color
)
(
s:
String
)
:
String
def
colored
(
color:
Color
)
(
s:
String
)
:
String
def
cyan
:
Color
def
cyanBg
:
Color
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
Annotations
@HotSpotIntrinsicCandidate
()
def
green
:
Color
def
greenBg
:
Color
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
Annotations
@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
@HotSpotIntrinsicCandidate
()
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
Annotations
@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
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
white
:
Color
def
whiteBg
:
Color
def
yellow
:
Color
def
yellowBg
:
Color
Deprecated Value Members
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@Deprecated
@deprecated
@throws
(
classOf[java.lang.Throwable]
)
Deprecated
(Since version )
see corresponding Javadoc for more information.
Inherited from
AnyRef
Inherited from
Any
Ungrouped