# File lib/rubygame/color/models/base.rb, line 43 def *(other) wrap( simple_op(other) { |a,b| a * b } ) end