Interpolate linearly between white and blue in the default color space.
>
|
|
| (1) |
Interpolate linearly between white and blue in the HSV color space.
>
|
|
| (2) |
Interpolate linearly between three colors: red, white, and green.
>
|
|
Interpolate linearly with specified thresholds, marking all values <= 0.1 as red and all values >= 0.8 as green.
>
|
|
>
|
|
| (4) |
The color halfway in the "Lab" color space between red and green is not displayable. Note that after conversion to the "RGB" color space the blue component is negative and so not between 0 and 1. This is the default behavior of the Blend command.
>
|
|
| (5) |
| (6) |
The displayable option forces the result above to be a color that is displayable in the "RGB" color space. Note that the blue component is now between 0 and 1.
>
|
|
| (7) |
| (8) |