슬라이더 » Api

sethighlightbackcolor

Description

슬라이더의 하이라이트 배경색을 변경하는 API이다.

Parameters

Parameters Type Description
nRValue short Red 값(0~255)
nGValue short Green 값(0~255)
nBValue short Blue 값(0~255)

Return Value

Type Description
void

Example

function screen_on_load() { slider.sethighlightbackcolor(255, 0, 255); }

See Also

gethighlightbackcolor

Viewer Ver.

9.1.1.1

Update Date

20190624