color_replace.py revision 86af00f265ba75e1bdf51e6984bddd6351bb9fdf
3303f085664c9d7add74753b1b1541871cd31498joelholdsworth self.OptionParser.add_option("-f", "--from_color", action="store", type="string", dest="from_color", default="000000", help="Replace color")
3303f085664c9d7add74753b1b1541871cd31498joelholdsworth self.OptionParser.add_option("-t", "--to_color", action="store", type="string", dest="to_color", default="000000", help="By color")
3303f085664c9d7add74753b1b1541871cd31498joelholdsworth self.options.from_color = self.options.from_color[1:]
return this_color
c.affect()