pub fn pad_rgb_to_rgba<T>(rgb: &[T], alpha: T) -> Vec<T>where T: Copy,
Pad RGB to RGBA with the given alpha.
RGB
RGBA