EverFaker.Color.PtBr (ever_faker v0.1.0)
View SourceFunctions for color data in Brazilian Portuguese
Summary
Functions
@spec name() :: String.t()
Returns a random Brazilian Portuguese color name
Examples
iex> EverFaker.Color.PtBr.name()
"Vermelho"
iex> EverFaker.Color.PtBr.name()
"Verde"
iex> EverFaker.Color.PtBr.name()
"Marrom"
iex> EverFaker.Color.PtBr.name()
"Rosa"