Function rgb_from_bytes

Source
pub fn rgb_from_bytes(bytes: &[u8]) -> [u8; 3]
Expand description

simple and naive algorithm to determine a triple of RGB colors based on XOR’ing the given slice of bytes;