Method: Color::CMYK#to_hsl
- Defined in:
- lib/color/cmyk.rb
permalink #to_hsl ⇒ Object
Converts to RGB then HSL.
166 167 168 |
# File 'lib/color/cmyk.rb', line 166 def to_hsl to_rgb.to_hsl end |
Converts to RGB then HSL.
166 167 168 |
# File 'lib/color/cmyk.rb', line 166 def to_hsl to_rgb.to_hsl end |