diff --git a/src/Artemis.Core/Models/Profile/Colors/ColorGradient.cs b/src/Artemis.Core/Models/Profile/Colors/ColorGradient.cs index 8550a9b10..a4ea63a11 100644 --- a/src/Artemis.Core/Models/Profile/Colors/ColorGradient.cs +++ b/src/Artemis.Core/Models/Profile/Colors/ColorGradient.cs @@ -241,7 +241,7 @@ public class ColorGradient : IList, IList, INotifyCollectionC return _stops[^1].Color; //find the first stop after the position - int stop2Index = 0; + int stop2Index = -1; for (int i = 0; i < _stops.Count; i++) {