pub type Gray8Pixel = Gray_v08<u8>;Expand description
Convenience alias for a single-channel grayscale pixel encoded as u8.
Aliased Type§
#[repr(C)]pub struct Gray8Pixel(pub u8);Tuple Fields§
§0: u8👎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.