Loading

Paste #pz6fqzdif

  1. def rgb2palette(args):
  2.   input_image = args[0]
  3.   x_start = args[1]
  4.   x_end = args[2]

Comments