Skip to main content

GRAY8

Type Alias GRAY8 

Source
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§

#[repr(C)]
pub struct GRAY8(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.