pub fn color_int_to_hex_string(color: u32) -> String
Returns color as a “#RRGGBB” String where R, G, B are hex digits.
String