Changeset 318 for trunk/SRC/Colors


Ignore:
Timestamp:
12/03/07 15:21:21 (17 years ago)
Author:
smasson
Message:

header cleaning

Location:
trunk/SRC/Colors
Files:
2 edited

Legend:

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

    r258 r318  
    55; into the equivalent 24-big long integer. 
    66; This routine was written to be used with routines like 
    7 ; COLORS <!--++ COLORS is not a routine--> or 
    8 ; <pro>getcolor</pro>. 
     7; or <pro>getcolor</pro>. 
    98; 
    109; @categories 
    1110; Graphics, Color 
    1211; 
    13 ; @param rgb_triple {in}{required} 
    14 ; A three-element column or row array representing 
    15 ; a color triple. The values of the elements must be between 0 and 255. 
     12; @param rgb_triple {in}{required}{type=byte, A three-element array} 
     13; A color triple. The values of the elements must be between 0 and 255. 
    1614; 
    17 ; @returns 
     15; @returns {type=long integer} 
    1816; a 24-bit long integer that is equivalent the input color. 
    1917; The color is described in terms of a hexadecimal number (e.g., FF206A) 
  • trunk/SRC/Colors/colorbar.pro

    r231 r318  
    66; 
    77; @categories 
    8 ; Graphics, Widget 
     8; Graphics 
    99; 
    1010; @keyword BOTTOM {default=0B} 
Note: See TracChangeset for help on using the changeset viewer.