# File lib/test/unit/color.rb, line 66
      def +(other)
        MixColor.new([self, other])
      end