module FFaker::Color

def rgb_array

def rgb_array
  [random_rgb_value, random_rgb_value, random_rgb_value]
end