RGB

object RGB
Companion
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple
The names of the product elements
Inhertied from
Mirror
type MirroredLabel <: String
The name of the type
Inhertied from
Mirror

Value members

Methods

def combine(a: RGB, b: RGB): RGB
def fromHexString(hex: String): RGB
def fromColorInts(r: Int, g: Int, b: Int): RGB

Fields

val Red: RGB
val Green: RGB
val Blue: RGB
val Yellow: RGB
val Magenta: RGB
val Cyan: RGB
val White: RGB
val Black: RGB
val Normal: RGB
val None: RGB
val Zero: RGB