Returns the percentage of saturation of the colour.
160 161 162
# File 'lib/color_lib/hsl.rb', line 160 def saturation @s * 100.0 end