Faker.Color.Fr (Faker v0.16.0) 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"