pub type Rgba = RGBA<u8, bool>;Expand description
This type is used to define the background of a GIF.
Aliased Type§
struct Rgba {
pub r: u8,
pub g: u8,
pub b: u8,
pub a: bool,
}Fields§
§r: u8Red Component
g: u8Green Component
b: u8Blue Component
a: boolAlpha Component