Function cgl_rs::graphics::widgets::set_fill_colorf
source · pub fn set_fill_colorf(r: f32, g: f32, b: f32, a: f32)
Expand description
Sets the fill color for the current frame.
Arguments
r
- Af32
representing the red component of the fill color.g
- Af32
representing the green component of the fill color.b
- Af32
representing the blue component of the fill color.a
- Af32
representing the alpha component of the fill color.