Packages

object Color extends ProductReader[Ex[proc.ExImport.Color]]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Color
  2. ProductReader
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class ARGB(in: Ex[proc.ExImport.Color]) extends Ex[Int] with Product with Serializable
  2. 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

  3. final case class FromHSB(hue: Ex[Double], saturation: Ex[Double], brightness: Ex[Double]) extends Ex[proc.ExImport.Color] with Product with Serializable
  4. 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 color b).

    mode

    0 to mix based on RGB model, 1 to mix based on HSB model.

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def Black: Ex[proc.ExImport.Color]
  5. def Cyan: Ex[proc.ExImport.Color]
  6. def DarkBeige: Ex[proc.ExImport.Color]
  7. def DarkBlue: Ex[proc.ExImport.Color]
  8. def Fuchsia: Ex[proc.ExImport.Color]
  9. def Green: Ex[proc.ExImport.Color]
  10. def LightBeige: Ex[proc.ExImport.Color]
  11. def LightBlue: Ex[proc.ExImport.Color]
  12. def Maroon: Ex[proc.ExImport.Color]
  13. def Mint: Ex[proc.ExImport.Color]
  14. def Orange: Ex[proc.ExImport.Color]
  15. def Purple: Ex[proc.ExImport.Color]
  16. def Red: Ex[proc.ExImport.Color]
  17. def Silver: Ex[proc.ExImport.Color]
  18. def Type: Bridge[proc.ExImport.Color] with CanMake[proc.ExImport.Color] with HasDefault[proc.ExImport.Color] with FromAny[proc.ExImport.Color]
  19. def White: Ex[proc.ExImport.Color]
  20. def Yellow: Ex[proc.ExImport.Color]
  21. def apply(argb: Ex[Int] = 0): Ex[proc.ExImport.Color]
  22. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  23. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  24. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  26. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. def init(): Unit
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. def read(in: RefMapIn, key: String, arity: Int, adj: Int): Ex[proc.ExImport.Color]
    Definition Classes
    ColorProductReader
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. object ARGB extends ProductReader[ARGB] with Serializable
  40. object Component extends ProductReader[Component] with Serializable
  41. object FromHSB extends ProductReader[FromHSB] with Serializable
  42. object Mix extends ProductReader[Mix] with Serializable
  43. object Predef extends ProductReader[Ex[proc.ExImport.Color]]

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped