Gimp.RGB.subtract

@accepts(Gimp.RGB, Gimp.RGB)
@returns(none)
def subtract(self, rgb2):
    # Python wrapper for gimp_rgb_subtract()
  
self
rgb2