Constant resize::Pixel::RGBA8[][src]

pub const RGBA8: Rgba<u8, u8>;

RGBA, 8-bit per component. Components are scaled independently. Use this if the input is already alpha-premultiplied.

Preserves RGB values of fully-transparent pixels. Expect halos around edges of transparency if using regular, uncorrelated RGBA. See RGBA8P.