슬라이더의 핸들 보더색을 변경하는 API이다.
Parameters | Type | Description |
---|---|---|
nRValue | short | Red 값(0~255) |
nGValue | short | Green 값(0~255) |
nBValue | short | Blue 값(0~255) |
nHandleType | short | 핸들타입 (1: 민핸들, 2: 맥스핸들) |
Type | Description |
---|---|
void |
* nHandleType파라미터값을 넘겨주지 않으면 민핸들의 보더색이 변경된다.
function screen_on_load()
{
slider.sethandlebackcolor(255, 0, 0, 1);
}