Weighted mix between two colors in the HSL color space.
Return
a mix of left and right weighted by x
Parameters
the left-hand ColorHSLa to mix
the right-hand ColorHSLa to mix
the weighting of colors, a value 0.0 is equivalent to left, 1.0 is equivalent to right and at 0.5 both colors contribute to the result equally
Weighted mix between two colors in the HSVa color space.
Return
a mix of left and right weighted by x
Parameters
the left-hand ColorHSVa to mix
the right-hand ColorHSVa to mix
the weighting of colors, a value 0.0 is equivalent to left, 1.0 is equivalent to right and at 0.5 both colors contribute to the result equally
Weighted mix between two colors in the LChAB color space.
Return
a mix of left and right weighted by x
Parameters
the left-hand ColorLCHABa to mix
the right-hand ColorLCHABa to mix
the weighting of colors, a value 0.0 is equivalent to left, 1.0 is equivalent to right and at 0.5 both colors contribute to the result equally
Weighted mix between two colors in the LChUV color space.
Return
a mix of left and right weighted by x
Parameters
the weighting of colors, a value 0.0 is equivalent to left, 1.0 is equivalent to right and at 0.5 both colors contribute to the result equally
Weighted mix between two colors in the generic RGB color space.
Return
a mix of left and right weighted by x
Parameters
the weighting of colors, a value 0.0 is equivalent to left, 1.0 is equivalent to right and at 0.5 both colors contribute to the result equally
Weighted mix between two colors in the XSL color space.
Return
a mix of left and right weighted by x
Parameters
the weighting of colors, a value 0.0 is equivalent to left, 1.0 is equivalent to right and at 0.5 both colors contribute to the result equally
Weighted mix between two colors in the XSV color space.
Return
a mix of left and right weighted by x
Parameters
the weighting of colors, a value 0.0 is equivalent to left, 1.0 is equivalent to right and at 0.5 both colors contribute to the result equally