mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
Improved PainterExamples
git-svn-id: svn://ultimatepp.org/upp/trunk@778 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
3498a404b0
commit
9ee7e1d00d
1 changed files with 1 additions and 2 deletions
|
|
@ -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())
|
||||
;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue