# File lib/color/palette/gimp.rb, line 90 def [](key) if key.kind_of?(Numeric) @colors[key] else @names[key] end end