Function rerun::external::re_renderer::pad_rgb_to_rgba

source ·
pub fn pad_rgb_to_rgba<T>(rgb: &[T], alpha: T) -> Vec<T>
where T: Copy,
Expand description

Pad RGB to RGBA with the given alpha.