TypesColourOn this pageColour struct Colour { // from native code r: f32 g: f32 b: f32 a: f32} Fields r r: f32 The red component of this colour, in the range from 0.0 to 1.0. g