final case class RGBColor(red: Float, green: Float, blue: Float, alpha: Float) extends Color with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Color, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RGBColor
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Color
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RGBColor(red: Float, green: Float, blue: Float, alpha: Float)

Type Members

  1. type Self = RGBColor
    Definition Classes
    RGBColorColor

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. val alpha: Float
    Definition Classes
    RGBColorColor
  5. final def alphaByte: Int
    Definition Classes
    Color
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val blue: Float
  8. def blueByte: Int
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. val green: Float
  14. def greenByte: Int
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def opaque: Self
    Definition Classes
    Color
  20. val red: Float
  21. def redByte: Int
  22. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  23. def toCSSString: String
    Definition Classes
    RGBColorColor
  24. def toHSL: HSLColor
    Definition Classes
    RGBColorColor
  25. def toHTMLString: String
  26. def toRGB: RGBColor
    Definition Classes
    RGBColorColor
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  30. def withAlpha(a: Float): RGBColor
    Definition Classes
    RGBColorColor
  31. def withBackground(c: RGBColor): RGBColor

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Color

Inherited from AnyRef

Inherited from Any

Ungrouped