Blend Color

버전 1.3.0.0 (1.31 KB) 작성자: Giacomo Alessandroni
BLENDCOLOR - Blend two colours specifying the fractional position
다운로드 수: 472
업데이트 날짜: 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
카테고리
Help CenterMATLAB Answers에서 Image Arithmetic에 대해 자세히 알아보기

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