RgbPixel

Type Alias RgbPixel 

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

Unit RGB pixel data

Represents ( Red, Green, Blue ), with a range of 0-255.