Blend Color

BLENDCOLOR - Blend two colours specifying the fractional position
475.0 次下载
更新时间 2013/8/1

查看许可证

BLENDCOLOR return a color that is a percentage two colors in input, that blend to the specified percentage.

Example:

>> blendcolor([1 .4 .2], [0 1 .8], .2)

ans =

0.8000 0.5200 0.3200

引用格式

Giacomo Alessandroni (2024). Blend Color (https://www.mathworks.com/matlabcentral/fileexchange/41691-blend-color), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2012a
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.3.0.0

Code more fast and elegant.

1.2.0.0

Fix bug

1.0.0.0