Ignore:
Timestamp:
08/29/06 14:59:46 (18 years ago)
Author:
navarro
Message:

header improvements : type of parameters and keywords, default values, spell checking + idldoc assistant (IDL online_help)

File:
1 edited

Legend:

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

    r137 r163  
    9494; value is ignored unless the LOAD keyword is also set. The keyword is also 
    9595; ignored if the TRUE keyword is set or if color decomposition in on in 
    96 ; IDL 5.2 and higher. The default value for the START keyword is 
     96; IDL 5.2 and higher. 
    9797; 
    9898; @keyword TRUE   
     
    183183; Added the INDEX parameter to the program 8 Mar 99. DWF 
    184184; Added the NAMES keyword at insistence of Martin Schultz. 10 Mar 99. DWF 
    185 ; Reorderd the colors so black is first and white is last. 7 June 99. DWF 
     185; Reordered the colors so black is first and white is last. 7 June 99. DWF 
    186186; Added automatic recognition of DECOMPOSED=1 state. 7 June 99. DWF 
    187187; Added LOAD AND START keywords. 7 June 99. DWF. 
     
    190190;- 
    191191 
    192 FUNCTION GETCOLOR, thisColor, index, TRUE=truecolor, $ 
     192FUNCTION getcolor, thisColor, index, TRUE=truecolor, $ 
    193193   NAMES=colornames, LOAD=load, START=start 
    194194; 
Note: See TracChangeset for help on using the changeset viewer.