getRGBA() Returns the RGB value representing the color in the default sRGB color model. Syntax Numeric getRGBA() Usage Bits 24-31 are alpha, 16-23 are red, 8-15 are green, and 0-7 are blue. Related conceptsgetRed()getGreen()getBlue()getAlpha()