예제 #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)