Chameleon.Hex (chameleon v2.3.0)
Link to this section Summary
Link to this section Types
Specs
t() :: %Chameleon.Hex{hex: String.t()}
Link to this section Functions
Link to this function
new(hex)
Specs
Creates a new color struct.
Examples
iex> _hex = Chameleon.Hex.new("FF0000")
%Chameleon.Hex{hex: "FF0000"}