final class RGBA extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RGBA
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def alpha: Int
- def blue: Int
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def green: Int
- val int: Int
- def isGrey: Boolean
- def isOpaque: Boolean
- def isTransparent: Boolean
- def red: Int
- def toARGB: Int
- def unzip: (Int, Int, Int, Int)
- def unzipRGB: (Int, Int, Int)
- def unzipRGBA: (Int, Int, Int, Int)