home *** CD-ROM | disk | FTP | other *** search
- *|Start FN.........
- DEF FN.........( R_Value, G_Value, B_Value )
-
- REM Called when a selection has been made in the 24 bit colour picker
- REM dialog box
- REM R_Value - Red value chosen (0-100)
- REM G_Value - Green value chosen (0-100)
- REM B_Value - Blue value chosen (0-100)
-
- REM the returned value of this function is ignored
-
- LOCAL
-
- = 0
- :
- *|Stop FN.........