Gimp.RGB.add

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