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