Method: Color::Palette::AdobeColor#values_at
- Defined in:
- lib/color/palette/adobecolor.rb
permalink #values_at(*selectors) ⇒ Object
Provides the colour or colours at the provided selectors.
181 182 183 |
# File 'lib/color/palette/adobecolor.rb', line 181 def values_at(*selectors) @colors.values_at(*selectors) end |