Previous | Up | Next |
Converts a hexadecimal RGBA color into 4 R G B A components. Each component is an integer between 0 and 255, except for the alpha component which is between 0 and 127.Parameters
[I I I I] get_rgba ( I _color_ )
Return value
_color_ Color in hexadecimal : 24 bit + 7 bit for the alpha (RRGGBBAA)
The 4 corresponding R G B A componentsSee Also
make_rgba