Method: FFaker::Color#hsla_array

Defined in:
lib/ffaker/color.rb

#hsla_arrayObject



40
41
42
# File 'lib/ffaker/color.rb', line 40

def hsla_array
  hsl_array << random_opacity_value
end