버튼 » Api

setgradientstartcolor

Description

버튼 그라데이션 효과를 입힐 때 시작색상을 지정하는 API이다.

Parameters

Parameters Type Description
clrStart COLOR 그라데이션 효과 시작 색상

Return Value

Type Description
void 없음

Example

function btntest_on_mouseup() { btnObj.setgradientstartcolor(factory.rgb(50, 50, 50)); }

See Also

getgradientstartcolor

Viewer Ver.

9.1.1.1

Update Date

20140423