Method: FFakerTW::Color#hsl_array

Defined in:
lib/ffakerTW/color.rb

#hsl_arrayObject



32
33
34
# File 'lib/ffakerTW/color.rb', line 32

def hsl_array
  [random_hue_value, random_percentage_string, random_percentage_string]
end