# File lib/gd2/color.rb, line 129
    def ==(other)
      other.kind_of?(Color) && rgba == other.rgba
    end