ColorDef

works.iterative.ui.components.laminar.tailwind.color.ColorDef
See theColorDef companion trait
object ColorDef

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
ColorDef.type

Members list

Type members

Classlikes

case class UnweightedColorDef(kind: ColorKind) extends ColorDef

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ColorDef
class Object
trait Matchable
class Any
Show all
case class WeightedColorDef(kind: ColorKind, weight: ColorWeight) extends ColorDef

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ColorDef
class Object
trait Matchable
class Any
Show all

Inherited and Abstract 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[T <: ColorKind](kind: T)(using ev: T <:< Unweighted): ColorDef
def apply(kind: ColorKind, weight: ColorWeight): ColorDef