pub type RGBAColourF = OfxRGBAColourF;Aliased Type§
struct RGBAColourF {
pub r: f32,
pub g: f32,
pub b: f32,
pub a: f32,
}Fields§
§r: f32§g: f32§b: f32§a: f32pub type RGBAColourF = OfxRGBAColourF;struct RGBAColourF {
pub r: f32,
pub g: f32,
pub b: f32,
pub a: f32,
}r: f32§g: f32§b: f32§a: f32