RedBlue

case class RedBlue(min: Double, max: Double, center: Option[Double], centerBrightness: Int) extends Colormap
trait Serializable
trait Product
trait Equals
trait Colormap
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product