텍스트에 마우스를 올렸을 때의 그라데이션 시작 색상을 설정하는 API이다.
Parameters | Type | Description |
---|---|---|
clrStart | COLOR | 지정할 mousehover_gradientstartcolor 값 |
Type | Description |
---|---|
void | 없음 |
* 텍스트의 mousehover 속성이 true로 설정되어 있을 시
function btn_mousehovergradientstartcolor_on_mouseup()
{
txtTest.mousehovergradientstartcolor(factory.rgb(255,20,30));
}