7 references to PaintGradientStop
Microsoft.Maui.Controls (1)
Brush\Brush.cs (1)
68 gradientStops[i] = new GraphicsGradientStop(gs.Offset, gs.Color);
Microsoft.Maui.Graphics (6)
GradientPaint.cs (6)
9 new PaintGradientStop(0, Colors.White), 10 new PaintGradientStop(1, Colors.White) 36 _gradientStops = new[] { new PaintGradientStop(0, Colors.White), new PaintGradientStop(1, Colors.White) }; 132 _gradientStops[p] = new PaintGradientStop(offsets[p], colors[p]); 149 newStops[oldStops.Length] = new PaintGradientStop(offset, color);