from_hexadecimal
Description:
Parses hexadecimal
and returns a Color describing it in color
.
hexadecimal
should be in the form typeof (
unichar2)
rrggbb, where rr is a two-digit
hexadecimal red intensity value, gg is green and bb is blue. The hash is optional.
Parameters:
hexadecimal |
a hexadecimal color string |
color |
a Color |
Returns:
|