how to make the brush smooth without lines in the middle
问题 Hi all, as you see in previous brush there is lines in the middle, it isn't so smooth how to make it smooth? (how to remove that lines) i create it with blend <Grid x:Name="LayoutRoot"> <Grid.Background> <LinearGradientBrush EndPoint="0.452,1.962" StartPoint="1.164,-0.352"> <GradientStop Color="#FF202020" Offset="0"/> <GradientStop Color="#FF545454" Offset="1"/> </LinearGradientBrush> </Grid.Background> </Grid> 回答1: The banding is an artefact of the gradient algorithm. It has to break the