pub type GRAY8 = Gray<u8>;
👎Deprecated: Refer to ::rgb::alt::Gray<u8> directly (this type alias will change in the next major version)
Expand description
8-bit gray
Aliased Type§
struct GRAY8(pub u8);
Fields§
§0: u8
Grayscale Component. This field will be renamed to v
.