Faker v0.14.0 Faker.Color.Fr View Source

Functions for color data in French

Link to this section Summary

Functions

Returns a random french color name

Link to this section Functions

Specs

name() :: String.t()

Returns a random french color name

Examples

iex> Faker.Color.Fr.name()
"Rouge"
iex> Faker.Color.Fr.name()
"Vert"
iex> Faker.Color.Fr.name()
"Marron"
iex> Faker.Color.Fr.name()
"Rose"