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§
#[repr(C)]pub struct GRAY16(pub u16);
Tuple Fields§
§0: u16
👎Deprecated: Please use .value() or .value_mut() instead. This field will be renamed to .v in the next major version
Grayscale Component. This field will be renamed to v
.