View Source Faker.Color.PtBr (Faker v0.18.0)
Functions for color data in Brazilian Portuguese
Summary
Functions
@spec 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"