Function sensor_core::hex_to_rgba

source ยท
pub fn hex_to_rgba(hex_string: &str) -> Rgba<u8>
Expand description

Converts a hex string to a Rgba The hex string must be in the format #RRGGBBAA Example: #FF0000CC Returns a Rgba struct