Method: ASEPalette::Color#model

Defined in:
lib/ase-palette/color.rb

#modelObject

Get color model



11
12
13
# File 'lib/ase-palette/color.rb', line 11

def model
  self.class.to_s.split('::').last.downcase.to_sym
end