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