pub type RGBAColourD = OfxRGBAColourD;
struct RGBAColourD { pub r: f64, pub g: f64, pub b: f64, pub a: f64, }
r: f64
g: f64
b: f64
a: f64