26 27 28
# File 'lib/color_code/rgb.rb', line 26 def to_hsl ColorCode::HSL.new(h: h, s:hsl_s, l:l) end