pub type GRAYA8 = GrayAlpha<u8>;
👎Deprecated: Refer to ::rgb::alt::GrayAlpha<u8> directly (this type alias will change in the next major version)
Expand description
8-bit gray with alpha in machine’s native endian
Aliased Type§
struct GRAYA8(pub u8, pub u8);
Fields§
§0: u8
Grayscale Component
This field has been renamed to .v
1: u8
Alpha Component. This field has been renamed to .a
.