ColorHash v0.1.1 ColorHash

Generate color based on the given string.

Link to this section Summary

Link to this section Functions

Link to this function

hex(string, opts \\ [])

hex(String.t(), Keyword.t()) :: String.t()
Link to this function

hsl(string, opts \\ [])

hsl(String.t(), Keyword.t()) :: list()
Link to this function

rgb(string, opts \\ [])

rgb(String.t(), Keyword.t()) :: list()