lottieconv

Type Alias Rgba

Source
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: u8

Red Component

§g: u8

Green Component

§b: u8

Blue Component

§a: bool

Alpha Component