Previous Up Next

get_rgba
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.

[I I I I] get_rgba (
I _color_
)
Parameters

_color_
Color in hexadecimal : 24 bit + 7 bit for the alpha (RRGGBBAA)
Return value

The 4 corresponding R G B A components
See Also

make_rgba