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