Improved PainterExamples

git-svn-id: svn://ultimatepp.org/upp/trunk@778 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2009-01-17 11:58:39 +00:00
parent 3498a404b0
commit 9ee7e1d00d

View file

@ -3,8 +3,7 @@
void RadialFocus(Painter& sw)
{
sw.Circle(400.5, 400.5, 200)
.ColorStop(0.7, LtBlue())
.Fill(300, 300, White(), 400.5, 400.5, 200, Black())
.Fill(300, 300, White(), 400.5, 400.5, 200, LtBlue())
;
}