pub const RGBA16: Rgba<u16, u16>;
Expand description

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