슬라이드뷰 » Api

setitembackcolor

Description

아이템의 배경색을 설정하는 API이다.

Parameters

Parameters Type Description
color COLOR 슬라이드뷰 아이템의 배경색

Return Value

Type Description
void 없음

Example

function btn_setbackcolor_on_mouseup() { slideView.setitembackcolor(0, factory.rgb(0, 0, 0)); }

See Also

getitembackcolor

Viewer Ver.

9.1.1.1

Update Date

20181128