슬라이더의 하이라이트 배경색을 변경하는 API이다.
Parameters | Type | Description |
---|---|---|
nRValue | short | Red 값(0~255) |
nGValue | short | Green 값(0~255) |
nBValue | short | Blue 값(0~255) |
Type | Description |
---|---|
void |
function screen_on_load()
{
slider.sethighlightbackcolor(255, 0, 255);
}