object Color
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
- val Black: Color
- val Blue: Color
- val Brown: Color
- val Charcoal: Color
- val Cyan: Color
- val Green: Color
- val Grey: Color
- val Magenta: Color
- val Orange: Color
- val Pink: Color
- val Purple: Color
- val Red: Color
- val Transparent: Color
- val White: Color
- val Yellow: Color
- lazy val ansi16: Map[Color, String]
- lazy val ansi8: Map[Color, String]
- def apply(argb: Int): Color
- def apply(str: String): Color
- def argb(argb: Int): Color
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- lazy val cat10: Vector[Color]
- lazy val cat20: Vector[Color]
- lazy val cat20b: Vector[Color]
- lazy val cat20c: Vector[Color]
- lazy val catColorNames: Map[String, Color]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- lazy val cssColorNames: Map[String, Color]
- lazy val drxColorNames: Map[String, Color]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- lazy val inferno: Vector[Color]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- lazy val magma: Vector[Color]
- lazy val maps: Map[String, Vector[Color]]
"perceptually uniform" colormaps https://github.com/d3/d3-scale https://raw.githubusercontent.com/d3/d3-scale/master/src/viridis.js https://bids.github.io/colormap/ https://github.com/BIDS/colormap/blob/master/colormaps.py
- def mix(colors: Iterable[Color]): Color
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- lazy val plasma: Vector[Color]
- lazy val q1c24: Vector[Color]
- lazy val q1c8: Vector[Color]
- lazy val q1c9: Vector[Color]
- def rgb(rgb: Int): Color
- def rgb(rgb: Int, a: Int): Color
- def rgb(r: Int, g: Int, b: Int, a: Int): Color
- def rgb(r: Int, g: Int, b: Int): Color
- def rgba(rgba: Int): Color
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- lazy val viridis: Vector[Color]
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()
- object HCL extends Serializable
- implicit object ParsableColor extends Parsable[Color]