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