Skip to main content

Pixel

Type Alias Pixel 

Source
pub type Pixel = (u8, u8, u8);
Expand description

A raw 24-bit RGB pixel sample: (r, g, b), one byte per channel.