텍스트 깜박임 효과의 전경색을 반환하는 API이다.
function btnGetBlinkForeColor_on_mouseup() { var color = text.getblinkforecolor(); screen.alert(color); }