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 - A f32 representing the red component of the stroke color.
  • g - A f32 representing the green component of the stroke color.
  • b - A f32 representing the blue component of the stroke color.
  • a - A f32 representing the alpha component of the stroke color.