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§
#[repr(C)]pub struct GRAYA8(pub u8, pub u8);
Tuple Fields§
§0: u8
👎Deprecated: Please use the .v field instaed (it’s available through the magic of Deref to GrayA type)
Grayscale Component
This field has been renamed to .v
1: u8
👎Deprecated: Please use the .a field instead (it’s available through the magic of Deref to GrayA type)
Alpha Component. This field has been renamed to .a
.