logo
pub fn check_debug_marker_color(color: [f32; 4]) -> Result<(), CheckColorError>
Expand description

Checks whether the specified color is valid as debug marker color.

The color parameter must contain RGBA values in order, in the range 0.0 to 1.0.