diff --git a/examples/stress_tests/many_gradients.rs b/examples/stress_tests/many_gradients.rs index 8d703b1400..ac570e4fd1 100644 --- a/examples/stress_tests/many_gradients.rs +++ b/examples/stress_tests/many_gradients.rs @@ -106,11 +106,11 @@ fn setup(mut commands: Commands, args: Res) { ); gradient.color_space = if args.srgb { - InterpolationColorSpace::Srgb + InterpolationColorSpace::Srgba } else if args.hsl { - InterpolationColorSpace::Hsl + InterpolationColorSpace::Hsla } else { - InterpolationColorSpace::OkLab + InterpolationColorSpace::Oklaba }; parent.spawn((