Packages

o

play.utils

Colors

object Colors

Source
Colors.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Colors
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def black(str: String): String
  2. def blue(str: String): String
  3. def cyan(str: String): String
  4. def green(str: String): String
  5. lazy val isANSISupported: Boolean
  6. def magenta(str: String): String
  7. def red(str: String): String
  8. def white(str: String): String
  9. def yellow(str: String): String