Home
last modified time | relevance | path

Searched refs:targ_i (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/mypaint/mypaint-2.0.1/lib/
H A Dpalette.py581 def reposition(self, src_i, targ_i): argument
614 if src_i == targ_i:
624 if targ_i is not None:
625 targ = self._colors[targ_i]
628 self.color_changed(targ_i)
633 elif match_pos == targ_i:
643 if targ_i is not None and targ_i > src_i:
644 targ_i -= 1
655 if targ_i is None:
664 match_pos = targ_i
[all …]