Constant resize::Pixel::RGBA8P[][src]

pub const RGBA8P: RgbaPremultiply<u8, u8>;

RGBA, 8-bit per component. RGB components will be converted to premultiplied during scaling, and then converted back to uncorrelated.

Clears “dirty alpha”. Use this for high-quality scaling of regular uncorrelated (not premultiplied) RGBA bitmaps.