Faker v0.9.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

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.

Link to this function rgb_hex() View Source
rgb_hex() :: binary

Return random RGB hex value.