Color

object Color
Companion:
class
class Object
trait Matchable
class Any
Color.type

Value members

Concrete methods

def apply(r: Int, g: Int, b: Int): Color
def unapply(color: Color): Some[(Int, Int, Int)]