pub fn set_maskf(r: f32, g: f32, b: f32, a: f32)
Expand description
Sets the mask rendering mask for the current frame.
Arguments
r
- Af32
representing the red component of the mask color.g
- Af32
representing the green component of the mask color.b
- Af32
representing the blue component of the mask color.a
- Af32
representing the alpha component of the mask color.