Gimp.RGB.multiply

@accepts(Gimp.RGB, float)
@returns(none)
def multiply(self, factor):
    # Python wrapper for gimp_rgb_multiply()
  
self
factor