pub fn from_rgba(rgba: Vec<u8>, width: u32, height: u32) -> Result<Icon, Error>
Builds an Icon from its RGBA pixels in the sRGB color space.
Icon
sRGB