RGB

final case class RGB(r: Double, g: Double, b: Double)
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Methods

def +(other: RGB): RGB
def withRed(newRed: Double): RGB
def withGreen(newGreen: Double): RGB
def withBlue(newBlue: Double): RGB
def toRGBA: RGBA
def ===(other: RGB): Boolean
def toArray: Array[Float]
def hash: String

Inherited methods

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