object Color extends ProductReader[Ex[proc.ExImport.Color]]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Color
- ProductReader
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final case class ARGB(in: Ex[proc.ExImport.Color]) extends Ex[Int] with Product with Serializable
- final case class Component(in: Ex[proc.ExImport.Color], tpe: Ex[Int]) extends Ex[Double] with Product with Serializable
Extracts a component of the color.
Extracts a component of the color.
- tpe
0 for alpha, 1-3 for red, green, blue; 4-6 for hue, saturation, brightness, 7 for luminance
- final case class FromHSB(hue: Ex[Double], saturation: Ex[Double], brightness: Ex[Double]) extends Ex[proc.ExImport.Color] with Product with Serializable
- final case class Mix(a: Ex[proc.ExImport.Color], b: Ex[proc.ExImport.Color], w: Ex[Double] = 0.5, mode: Ex[Int] = 0) extends Ex[proc.ExImport.Color] with Product with Serializable
Mixes two colors.
Mixes two colors.
- w
weight from zero (purely color
a
) to one (purely colorb
).- mode
0 to mix based on RGB model, 1 to mix based on HSB model.
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def Black: Ex[proc.ExImport.Color]
- def Cyan: Ex[proc.ExImport.Color]
- def DarkBeige: Ex[proc.ExImport.Color]
- def DarkBlue: Ex[proc.ExImport.Color]
- def Fuchsia: Ex[proc.ExImport.Color]
- def Green: Ex[proc.ExImport.Color]
- def LightBeige: Ex[proc.ExImport.Color]
- def LightBlue: Ex[proc.ExImport.Color]
- def Maroon: Ex[proc.ExImport.Color]
- def Mint: Ex[proc.ExImport.Color]
- def Orange: Ex[proc.ExImport.Color]
- def Purple: Ex[proc.ExImport.Color]
- def Red: Ex[proc.ExImport.Color]
- def Silver: Ex[proc.ExImport.Color]
- def Type: Bridge[proc.ExImport.Color] with CanMake[proc.ExImport.Color] with HasDefault[proc.ExImport.Color] with FromAny[proc.ExImport.Color]
- def White: Ex[proc.ExImport.Color]
- def Yellow: Ex[proc.ExImport.Color]
- def apply(argb: Ex[Int] = 0): Ex[proc.ExImport.Color]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def init(): Unit
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def read(in: RefMapIn, key: String, arity: Int, adj: Int): Ex[proc.ExImport.Color]
- Definition Classes
- Color → ProductReader
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object ARGB extends ProductReader[ARGB] with Serializable
- object Component extends ProductReader[Component] with Serializable
- object FromHSB extends ProductReader[FromHSB] with Serializable
- object Mix extends ProductReader[Mix] with Serializable
- object Predef extends ProductReader[Ex[proc.ExImport.Color]]
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated