Faker v0.11.0
Faker.Color.PtBr
View Source
Functions for color data in Brazilian Portuguese
Returns a random brazilian portuguese color name
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"