Packages

implicit class RGBA extends AnyRef

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RGBA
  2. AnyRef
  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 green: Int
  4. val int: Int
  5. def isGrey: Boolean
  6. def isOpaque: Boolean
  7. def isTransparent: Boolean
  8. def red: Int
  9. def toARGB: Int
  10. def unzip: (Int, Int, Int, Int)
  11. def unzipRGB: (Int, Int, Int)
  12. def unzipRGBA: (Int, Int, Int, Int)