module FFaker::Color

def hsla_array

def hsla_array
  hsl_array << random_opacity_value
end