Method: Color::Palette::AdobeColor#values_at

Defined in:
lib/color/palette/adobecolor.rb

#values_at(*selectors) ⇒ Object

Provides the colour or colours at the provided selectors.

[View source]

181
182
183
# File 'lib/color/palette/adobecolor.rb', line 181

def values_at(*selectors)
  @colors.values_at(*selectors)
end