Method: ColorLib::HSL#s

Defined in:
lib/color_lib/hsl.rb

#sObject

Returns the saturation of the colour in the range 0.0 .. 1.0.



165
166
167
# File 'lib/color_lib/hsl.rb', line 165

def s
  @s
end