Function xcursor::parser::rgba_to_argb
source ยท fn rgba_to_argb(i: &[u8]) -> Vec<u8>
Expand description
Converts a RGBA slice into an ARGB vec
Note that, if the input length is not a multiple of 4, the extra elements are ignored.