Changeset 325 for trunk/SRC/Colors


Ignore:
Timestamp:
12/06/07 11:04:53 (17 years ago)
Author:
pinsard
Message:

modification of some headers (+some corrections) to prepare usage of the new idldoc

Location:
trunk/SRC/Colors
Files:
7 edited

Legend:

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

    r318 r325  
    3636;- 
    3737FUNCTION color24, rgb_triple 
    38 ; 
    3938  compile_opt idl2, strictarrsubs 
    4039; 
  • trunk/SRC/Colors/colorbar.pro

    r318 r325  
    117117; 
    118118;- 
    119 ; 
    120119PRO colorbar, BOTTOM=bottom, CB_CHARSIZE=cb_charsize, CB_CHARTHICK=cb_charthick $ 
    121120              , CB_COLOR=cb_color, DIVISIONS=divisions, DISCRETE=discrete $ 
  • trunk/SRC/Colors/getcolor.pro

    r242 r325  
    190190; $Id$ 
    191191;- 
    192 ; 
    193192FUNCTION getcolor, thisColor, index, TRUE=truecolor, $ 
    194193   NAMES=colornames, LOAD=load, START=start 
  • trunk/SRC/Colors/lct.pro

    r285 r325  
    3636; 
    3737;- 
    38 ; 
    3938PRO lct, numpal, FILE = file, GET_NAME = get_name, LIGHTNESS = Lightness, _EXTRA = ex 
    4039; 
  • trunk/SRC/Colors/newpalette.pro

    r292 r325  
    3030; 
    3131;- 
    32 ; 
    3332pro newpalette, namepal, FILE = file, OVER = over, _EXTRA = ex 
    3433; 
  • trunk/SRC/Colors/xlct.pro

    r285 r325  
    44; 
    55;- 
    6 ; 
    76PRO xlct_psave                  ;Save/Restore our plotting state. 
    87;  Swaps our state with the current state each time its called. 
     
    470469; 
    471470;- 
    472 ; 
    473471PRO xlct, SILENT=silent_f, GROUP=group, FILE=file, $ 
    474472          USE_CURRENT=use_current, NCOLORS = nc, BOTTOM=bottom, $ 
  • trunk/SRC/Colors/xpal.pro

    r260 r325  
    1111; 
    1212;- 
    13 ; 
    1413FUNCTION xp_new_colors 
    1514; 
     
    3938; 
    4039;- 
    41 ; 
    4240PRO xp_alert_caller 
    4341; 
     
    7270; 
    7371;- 
    74 ; 
    7572PRO xp_xlctcallback 
    7673; 
     
    8986; 
    9087;- 
    91 ; 
    9288PRO xp_redraw 
    9389; 
     
    121117; 
    122118;- 
    123 ; 
    124119PRO xp_replot, color_index, type 
    125120; 
     
    210205; 
    211206;- 
    212 ; 
    213207PRO xp_change_color, type, value 
    214208; 
     
    259253; 
    260254;- 
    261 ; 
    262255PRO xp_button_event, event 
    263256; 
     
    382375; 
    383376;- 
    384 ; 
    385377PRO xp_button_event_event, ev 
    386378; 
     
    413405; 
    414406;- 
    415 ; 
    416407PRO xp_event, event 
    417408; 
     
    605596; 
    606597;- 
    607 ; 
    608598PRO xpal, GROUP=group, BLOCK=block, UPDATECALLBACK=updt_cb_name, $ 
    609599        UPDATECBDATA=updt_cb_data 
Note: See TracChangeset for help on using the changeset viewer.