Examples for 'colorspace::mixcolor'


Compute the Convex Combination of Two Colors

Aliases: mixcolor

Keywords: color

### ** Examples

mixcolor(0.5, sRGB(1, 0, 0), sRGB(0, 1, 0))
       R   G B
[1,] 0.5 0.5 0

[Package colorspace version 2.0-3 Index]