module FFaker::Color

def rgba_array

def rgba_array
  [random_rgb_value, random_rgb_value, random_rgb_value, random_opacity_value]
end