LoriotPro Extended Edition LUA scripting documentation

TOC
LUA TOC


lpw.GetColor - Display the color selection dialog box

r,g,b= lpw.GetColor();

Description

Display the Microsoft color selection dialog box.

Parameters

none

Return Values

The selected color as three components

r - The red component value (0 – 255)

g - The green component value (0 – 255)

b - The blue component (0 – 255)

result=1 if ok, nil if error

 





www.loriotpro.com