View Source Color.Hex (ExUnion v0.1.2)

Link to this section Summary

Link to this section Types

@type t() :: %Color.Hex{string: String.t()}

Link to this section Functions

@spec new(fields :: %{string: String.t()}) :: t()
@spec new(fields :: [{:string, String.t()}]) :: t()
@spec new(string :: String.t()) :: t()