Bevy version
0.13.1
What you did
Called bevy_gizmo::gizmos::line_gradient
or similar.
What went wrong
The colors appear to be blended in linear RGBA space: instead, these should be blended in the color space of the start and end color types (which should be forced to be the same).
Additional information
Found as part of #12056.