TableColormap

org.nspl.TableColormap
See theTableColormap companion object
case class TableColormap(map: Map[Double, Color]) extends Colormap

Attributes

Companion:
object
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(v: 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