Constant resize::Pixel::RGBA16P[][src]

pub const RGBA16P: RgbaPremultiply<u16, u16>;

RGBA, 16-bit per component, native endian. 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.