예제 #1
0
 def fill_white():
     pdb.gimp_edit_bucket_fill(current_layer, 0, 0, 100, 255, 0, 0, 0)
예제 #2
0
 def fill_black():
     pdb.gimp_edit_bucket_fill(current_layer, 1, 0, 100, 255, 0, 0, 0)