final class Color extends AnyVal

Color provides a primitive wrapper around a Long representing a Color. This class takes up no more memory space than a Long value and can be used to work powerfully around RGBA values.

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Color
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. def alpha: Double
  5. def alphaHex: String
  6. def alphaInt: Int
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def blue: Double
  9. def blueHex: String
  10. def blueInt: Int
  11. def brightness: Double
  12. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  13. def green: Double
  14. def greenHex: String
  15. def greenInt: Int
  16. def hue: Double
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def red: Double
  19. def redHex: String
  20. def redInt: Int
  21. def saturation: Double
  22. def toHex: String
  23. def toRGBA: String
  24. def toString(): String
    Definition Classes
    Any
  25. val value: Long
  26. def withAlpha(alpha: Double): Color
  27. def withBlue(blue: Double): Color
  28. def withBrightness(brightness: Double): Color
  29. def withGreen(green: Double): Color
  30. def withHue(hue: Double): Color
  31. def withRed(red: Double): Color
  32. def withSaturation(saturation: Double): Color

Inherited from AnyVal

Inherited from Any

Ungrouped