Color

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

Type members

Types

type ColorType = String | Array[String | Unit | Null] | Array[Array[String | Unit | Null]] | Datum | DatumArray

Value members

Concrete methods

def hex(code: ColorType): Color
def hsl(hue: Int, saturation: Int, lightness: Int): Color
def hsv(hue: Int, saturation: Int, value: Int): Color
def rgb(red: Int, green: Int, blue: Int): Color
def rgba(red: Int, green: Int, blue: Int, alpha: Double): Color