버튼 그라데이션 효과를 입힐 때 끝색상을 지정하는 API이다.
function btntest_on_mouseup() { btnObj.setgradientendcolor(factory.rgb(104, 104, 104)); }