RGBA

indigo.shared.datatypes.RGBA
See theRGBA companion class
object RGBA

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
RGBA.type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply(r: Double, g: Double, b: Double): RGBA
def combine(a: RGBA, b: RGBA): RGBA
def fromColorInts(r: Int, g: Int, b: Int): RGBA
def fromColorInts(r: Int, g: Int, b: Int, a: Int): RGBA
def fromHexString(hex: String): RGBA

Concrete fields

val Black: RGBA
val Blue: RGBA
val Coral: RGBA
val Crimson: RGBA
val Cyan: RGBA
val DarkBlue: RGBA
val Green: RGBA
val Indigo: RGBA
val Magenta: RGBA
val None: RGBA
val Normal: RGBA
val Olive: RGBA
val Orange: RGBA
val Pink: RGBA
val Plum: RGBA
val Purple: RGBA
val Red: RGBA
val Salmon: RGBA
val SeaGreen: RGBA
val Silver: RGBA
val Teal: RGBA
val Thistle: RGBA
val Tomato: RGBA
val White: RGBA
val Yellow: RGBA
val Zero: RGBA

Givens

Givens

given derived$CanEqual: CanEqual[RGBA, RGBA]