슬라이더의 하이라이트 배경색상을 반환하는 API이다.
function bb_on_mouseup() { var res = slider.gethighlightbackcolor(); screen.alert("res = " + res); }