# File lib/gd2/color.rb, line 134
    def ===(other)
      self == other || (self.transparent? && other.transparent?)
    end