home *** CD-ROM | disk | FTP | other *** search
/ APDL Public Domain 1 / APDL_PD1A.iso / program / basic / eventshell / Tools / !EvntEdit / UserFNs / CPickNot < prev    next >
Encoding:
Text File  |  1996-01-20  |  358 b   |  16 lines

  1. *|Start FN.........
  2. DEF FN.........( R_Value, G_Value, B_Value )
  3.  
  4. REM Called when a selection has been made in the 24 bit colour picker
  5. REM dialog box
  6. REM R_Value - Red   value chosen (0-100)
  7. REM G_Value - Green value chosen (0-100)
  8. REM B_Value - Blue  value chosen (0-100)
  9.  
  10. REM the returned value of this function is ignored
  11.  
  12. LOCAL
  13.  
  14. = 0
  15. :
  16. *|Stop FN.........