rgb::alt

Type Alias GRAYA16

source
pub type GRAYA16 = GrayAlpha<u16>;
👎Deprecated: Refer to ::rgb::alt::GrayAlpha<u16> directly (this type alias will change in the next major version)
Expand description

16-bit gray with alpha in machine’s native endian

Aliased Type§

struct GRAYA16(pub u16, pub u16);

Fields§

§0: u16

Grayscale Component

This field has been renamed to .v

§1: u16

Alpha Component. This field has been renamed to .a.