Method: ColorLib::HSL#h

Defined in:
lib/color_lib/hsl.rb

#hObject

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



139
140
141
# File 'lib/color_lib/hsl.rb', line 139

def h
  @h
end