cf_hue¶
Category: graphics
GitHub: cute_color.h
Returns a result color with the luminance and saturation of the base color and the hue of the blend color.
| Parameters | Description |
|---|---|
| base | The original color. |
| tint | The blend color to apply a hue-tint effect with. |
Remarks¶
This function attempts to mimic the Hue Photoshop blend-layer mode.
Related Pages¶
CF_Color
cf_softlight
cf_overlay_color
cf_softlight_color
cf_overlay