Blend Color
Versione 1.3.0.0 (1,31 KB) da
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
Cita come
Giacomo Alessandroni (2024). Blend Color (https://www.mathworks.com/matlabcentral/fileexchange/41691-blend-color), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Creato con
R2012a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS LinuxCategorie
- Image Processing and Computer Vision > Image Processing Toolbox > Image Filtering and Enhancement > Image Arithmetic >
Scopri di più su Image Arithmetic in Help Center e MATLAB Answers
Tag
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.