android使用 ARGB颜色
A表示 alpha 透明
alpha | Alpha component [0..255] of the color |
---|---|
red | Red component [0..255] of the color |
green | Green component [0..255] of the color |
blue | Blue component [0..255] of the color |
ARGB color占四个字节,可以int或16进制数表示
black --- Value: -16777216 (0xff000000)
green --- Value: -16711936 (0xff00ff00)