Changeset 237 for trunk/SRC/Colors


Ignore:
Timestamp:
03/26/07 17:37:03 (17 years ago)
Author:
pinsard
Message:

replace some print by some report in some .pro (continuation) + improvements/corrections of some *.pro headers

Location:
trunk/SRC/Colors
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Colors/color24.pro

    r231 r237  
    44; The purpose of this function is to convert a RGB color triple 
    55; into the equivalent 24-big long integer. 
    6 ; This routine was written to be used with routines like COLORS or 
     6; This routine was written to be used with routines like 
     7; COLORS <!--++ COLORS is not a routine--> or 
    78; <pro>GETCOLOR</pro>. 
    89; 
  • trunk/SRC/Colors/xlct.pro

    r231 r237  
    11;+ 
     2; 
    23; @hidden 
     4; 
    35;- 
    46; 
     
    397399 
    398400;+ 
     401; 
    399402; @file_comments 
    400 ; Like xloadct but fastest to write and call by default the palette 
    401 ; palette.tbl which can be in any directory 
     403; Like <proidl>xloadct<proidl> but fastest to write and call by default  
     404; the palette palette.tbl which can be in any directory 
    402405; 
    403406; @categories 
     
    467470; 
    468471;- 
    469  
     472; 
    470473PRO xlct, SILENT=silent_f, GROUP=group, FILE=file, $ 
    471474          USE_CURRENT=use_current, NCOLORS = nc, BOTTOM=bottom, $ 
  • trunk/SRC/Colors/xpal.pro

    r233 r237  
    439439; 
    440440; @file_comments 
    441 ; like xpalette but shorter to write and, moreover, 
     441; Like <proidl>xpalette</proidl> but shorter to write and, moreover, 
    442442; possess a hotkey save which (thanks to the newpalette routine) 
    443443; allows to save the routine that we have just done. Comment: when we 
    444 ; press the predefined hotkey, it calls xlct instead of xloadct 
     444; press the predefined hotkey, it calls <pro>xlct</pro> instead of  
     445; <proidl>xloadct</proidl> 
    445446; No explicit inputs.  The current color table is used as a starting point. 
    446447; 
     
    448449; Color, Widget 
    449450; 
    450 ; @uses XP_COM: Private to this module. 
     451; @uses XP_COM 
     452; Private to this module. 
    451453; 
    452454; @restrictions 
     
    582584; 
    583585;- 
    584 pro xpal, GROUP=group, BLOCK=block, UPDATECALLBACK=updt_cb_name, $ 
     586; 
     587PRO xpal, GROUP=group, BLOCK=block, UPDATECALLBACK=updt_cb_name, $ 
    585588        UPDATECBDATA=updt_cb_data 
    586589; 
    587590  compile_opt idl2, strictarrsubs 
    588591; 
    589  
    590  
    591592  common xp_com, xpw, state 
    592593  common colors, r_orig, g_orig, b_orig, r_curr, g_curr, b_curr 
Note: See TracChangeset for help on using the changeset viewer.