RedBlue

org.nspl.RedBlue
case class RedBlue(min: Double, max: Double, center: Option[Double], centerBrightness: Int) extends Colormap

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Colormap
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def apply(value: Double): Color
def withRange(min: Double, max: Double): Colormap

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product