The site is undergoing maintenance. The navigation experience will vary.
Mixes two colors together according to the specified mix percentage. The mixed color result is calculated as: ((1.0-mix) * color1) + (mix * color2)
.
Input Parameters
Color 1
The first color that is mixed with the second color.
Color 2
The second color that is mixed with the first color.
Mix
The first color that is mixed with the second color.
Output Parameters
resultRGB
The clamped color result.
resultR
The R channel from the resultRGB output.
resultG
The G channel from the resultRGB output.
resultB
The B channel from the resultRGB output.