Method: ColorExtract::ColorUtil#lighten

Defined in:
lib/color_extract/color_util.rb

#lighten(hsl_color, percent) ⇒ Object



120
121
122
# File 'lib/color_extract/color_util.rb', line 120

def lighten( hsl_color, percent )
  hsl_color.tap { |c| lighten!( c, percent ) }
end