DiscreteColors

case class DiscreteColors(numColors: Int, saturation: Double, lighting: Double) 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