示例#1
0
文件: hcywheel.py 项目: j-fu/mypaint
 def paint_foreground_cb(self, cr, wd, ht):
     """Paints the foreground items: mask, then marker.
     """
     self.draw_mask(cr, wd, ht)
     HueSaturationWheelMixin.paint_foreground_cb(self, cr, wd, ht)
示例#2
0
 def paint_foreground_cb(self, cr, wd, ht):
     """Paints the foreground items: mask, then marker.
     """
     self.draw_mask(cr, wd, ht)
     HueSaturationWheelMixin.paint_foreground_cb(self, cr, wd, ht)