[][src]Function color_counter::colors_from_bytes

pub fn colors_from_bytes(bytes: Vec<u8>) -> Vec<Color>

Read an byte array of a image file and store all pixels in a Vec as Color's.