harmonize
Blends the hue of the fromColor
towards the hue of the toColor
, while keeping the original color recognizable and shifted towards the target color.
If you want to adjust the saturation of fromColor
to match the saturation of toColor
, set matchSaturation
to true
.
Return
The Color resulting from the blend.
Parameters
The Color to blend from.
The Color to blend towards.
Whether to adjust the saturation of fromColor
to match that of toColor
.
Blends the hue of this Color towards the hue of the specified other color, while keeping the original color recognizable and shifted towards the target color.
If you want to adjust the saturation of this color to match the saturation of other, set matchSaturation
to true
.
Receiver
The Color to blend from.
Return
The Color resulting from the blend.
Parameters
The Color to blend towards.
Whether to adjust the saturation of this color to match that of other
.