Color

org.nspl.Color
See theColor companion object
case class Color(r: Int, g: Int, b: Int, a: Int) 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