You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param {string} color1 - The first color, should be a 6-digit hexadecimal color code starting with `#`.
181
+
* @param {string} color2 - The second color, should be a 6-digit hexadecimal color code starting with `#`.
182
+
* @param {number} [weight=0.5] - The weight of color1 in the mix, should be a number between 0 and 1, where 0 represents 100% of color2, and 1 represents 100% of color1.
183
+
* @returns {string} The mixed color, a 6-digit hexadecimal color code starting with `#`.
0 commit comments