Faker.Color.PtBr (Faker v0.16.0) View Source
Functions for color data in Brazilian Portuguese
Link to this section Summary
Link to this section Functions
Specs
name() :: String.t()
Returns a random brazilian portuguese color name
Examples
iex> Faker.Color.PtBr.name()
"Vermelho"
iex> Faker.Color.PtBr.name()
"Verde"
iex> Faker.Color.PtBr.name()
"Marrom"
iex> Faker.Color.PtBr.name()
"Rosa"