decimal_to_hex_color

Function decimal_to_hex_color 

Source
fn decimal_to_hex_color(decimal: u32) -> String
Expand description

Formats an RGB integer as a #RRGGBB hex string.