Blend Color
Version 1.3.0.0 (1.31 KB) by
Giacomo Alessandroni
BLENDCOLOR - Blend two colours specifying the fractional position
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
Cite As
Giacomo Alessandroni (2026). Blend Color (https://www.mathworks.com/matlabcentral/fileexchange/41691-blend-color), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2012a
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
- Image Processing and Computer Vision > Image Processing Toolbox > Image Filtering and Enhancement > Image Arithmetic >
Find more on Image Arithmetic in Help Center and MATLAB Answers
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
