Tint v0.1.0 Tint.HSV View Source
A color in the HSV (hue, saturation, value) colorspace.
Link to this section Summary
Link to this section Types
Link to this section Functions
Link to this function
from_tuple(arg) View Source
Converts a tuple containing hue, saturation and value into a Tint.HSV
struct.
Link to this function
new(hue, saturation, value) View Source
Builds a new HSV color from hue, saturation and value color parts.
Link to this function
to_tuple(color) View Source
Converts HSV color into a tuple containing the hue, saturation and value parts.