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 |
Copyright © 2004 LUTEUS SARL. All rights reserved.
This documentation is copyrighted by LUTEUS SARL. No part of this publication
may be reproduced, stored in a retrieval system, or transmitted in any
form or by any means, electronic, mechanical, photocopying or otherwise,
without the prior express written permission of LUTEUS SARL
|