Type Alias rgb::alt::GRAYA8

source ·
pub type GRAYA8 = GrayAlpha<u8>;
Expand description

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

Aliased Type§

struct GRAYA8(pub u8, pub u8);

Fields§

§0: u8

brightness level

§1: u8

alpha