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