Faker v0.12.0 Faker.Color.PtBr View Source

Functions for color data in Brazilian Portuguese

Link to this section Summary

Functions

Returns a random brazilian portuguese color name

Link to this section Functions

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"