Vec3b

Type Alias Vec3b 

Source
pub type Vec3b = VecN<u8, 3>;

Aliased Type§

#[repr(C)]
pub struct Vec3b(pub [u8; 3]);

Tuple Fields§

§0: [u8; 3]