Faker v0.10.0 Faker.Color View Source

Functions for generating different color representations.

Link to this section Summary

Functions

Return a random fancy color name

Return a random color name

Return random RGB decimal value

Return random RGB hex value

Link to this section Functions

Link to this function fancy_name() View Source
fancy_name() :: String.t()

Return a random fancy color name

Return a random color name

Link to this function rgb_decimal() View Source
rgb_decimal() :: {byte(), byte(), byte()}

Return random RGB decimal value.

Return random RGB hex value.