class Test::Unit::Color

def +(other)

def +(other)
  MixColor.new([self, other])
end