토글버튼 off상태 그라데이션 효과를 입힐 때 시작색상을 설정하는 API이다.
Parameters | Type | Description |
---|---|---|
clrStart | COLOR | off상태 그라데이션 효과 시작 색상 |
Type | Description |
---|---|
void | 없음 |
** 토글버튼의 off_gradient_startcolor 속성에서 설정한 것과 동일한 기능을 한다.
function setoffgradientstartcolor_on_mouseup(objInst)
{
togglebtn.setoffgradientstartcolor(factory.rgb(50, 50, 50));
}