Type Alias RGBAColourD

Source
pub type RGBAColourD = OfxRGBAColourD;

Aliased Type§

struct RGBAColourD {
    pub r: f64,
    pub g: f64,
    pub b: f64,
    pub a: f64,
}

Fields§

§r: f64§g: f64§b: f64§a: f64