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