Android XML drawable transparent gradient
It's hexadecimal. The scale is the same as the RGB values in the rest of the color code, so 00
would be alpha=0
and FF
would be alpha=255
. Basic math explains the rest.
It's hexadecimal. The scale is the same as the RGB values in the rest of the color code, so 00
would be alpha=0
and FF
would be alpha=255
. Basic math explains the rest.