Object Std.convert.hex2rgb(String hex);
Std.convert.hex2rgb("#ffffff");
Object { r=255, g=255, b=255};