コード例 #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
ファイル: hcywheel.py プロジェクト: kleopatra999/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)