Class: Colors::AbstractColor

Inherits:
Object
  • Object
show all
Defined in:
lib/colors/abstract_color.rb

Direct Known Subclasses

HSL, RGB, XYZ

Instance Method Summary collapse

Instance Method Details

#desaturate(factor) ⇒ Object



3
4
5
# File 'lib/colors/abstract_color.rb', line 3

def desaturate(factor)
  unsupported __method__
end