Gimp.rgba_multiply

@accepts(Gimp.RGB, float)
@returns(none)
def rgba_multiply(rgba, factor):
    # Python wrapper for gimp_rgba_multiply()
  
rgba
factor