final class RGBA extends AnyVal

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

Instance Constructors

  1. new RGBA(int: Int)

Value Members

  1. def alpha: Int
  2. def blue: Int
  3. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  4. def green: Int
  5. val int: Int
  6. def isGrey: Boolean
  7. def isOpaque: Boolean
  8. def isTransparent: Boolean
  9. def red: Int
  10. def toARGB: Int
  11. def unzip: (Int, Int, Int, Int)
  12. def unzipRGB: (Int, Int, Int)
  13. def unzipRGBA: (Int, Int, Int, Int)