|

the software that grows
with you
| |
|
V32GetColor()
|
| Opens Windows Color Selection Dialog. |
|
Syntax
|
| V32GetColor( [ nInitColor], [ aCustColors
] ) |
|
Arguments
|
| [ nInitColor ] numeric index of
initial color highlighted in the color window. Default is V32Rgb( 0, 0, 0
).
[ aCustColors ] an array if 16 elements with RGB color indexes.
Default is random indexes.
|
|
Returns
|
| NIL |
|
Description
|
| Numeric index of any color is determind
by its RGB value which can be retrieved with V32Rgb( nRed, nGreen, nBlue
). |
|
Usage
|
| local nColor := V32GetColor() |
|
Tips
|
| Can be useful with PageScript. |
|