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

header cleaning

File:
1 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) 
Note: See TracChangeset for help on using the changeset viewer.