常用效果的实现
在Draw2D中,想有比较好看的界面效果,就必须添加一些特殊点的绘制方法:
?
1.渐变颜色的绘制:
graphics.pushState(); //保存状态graphics.popState(); //弹出状态