View Source Faker.Color.PtBr (Faker v0.19.0-alpha.1)
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"