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