|
|
|||
|
|
| Built-in Mathematica Symbol | See Also »|More About » |
| Blend[{col1, col2}, x] gives a color obtained by blending a fraction |
| Blend[{col1, col2, col3, ...}, x] linearly interpolates between colors coli as x varies from 0 to 1. |
| Blend[{{x1, col1}, {x2, col2}, ...}, x] interpolates to give coli when x=xi. |
| Blend[{col1, col2, ...}, {u1, u2, ...}] blends all the coli, using fraction ui of color coli. |
| Blend[{col1, col2, ...}] blends equal fractions of all the coli. |