Tint v0.3.1 Tint.HSV.Convertible protocol View Source
A protocol that can be implemented by color structs to support HSV colorspace conversion.
Link to this section Summary
Functions
Converts the specified color to the HSV 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_hsv(color)
View Source
to_hsv(color)
View Source
to_hsv(Tint.color()) :: Tint.HSV.t()
to_hsv(Tint.color()) :: Tint.HSV.t()
Converts the specified color to the HSV colorspace.