버튼 » Api

setgradientendcolor

Description

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

Parameters

Parameters Type Description
clrEnd COLOR 그라데이션 효과 끝 색상

Return Value

Type Description
void 없음

Example

function btntest_on_mouseup() { btnObj.setgradientendcolor(factory.rgb(104, 104, 104)); }

See Also

getgradientendcolor

Viewer Ver.

9.1.1.1

Update Date

20140423