Tint v0.3.0 Tint.CMYK.Convertible protocol View Source
A protocol that can be implemented by color structs to support CMYK colorspace conversion.
Link to this section Summary
Functions
Converts the specified color to the CMYK colorspace.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: term()
t() :: term()
Link to this section Functions
Link to this function
to_cmyk(color)
View Source
to_cmyk(color)
View Source
to_cmyk(Tint.color()) :: Tint.CMYK.t()
to_cmyk(Tint.color()) :: Tint.CMYK.t()
Converts the specified color to the CMYK colorspace.