IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 27, 2007, 6:43:57 AM (19 years ago)
Author:
eugene
Message:

splitting Remap functions into remap and rescale; defining simple 3d color table; adding flag to track 1d vs 3d colors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20071222/Ohana/src/kapa2/include/structures.h

    r15925 r15935  
    1717  Colormap       colormap;
    1818  unsigned long *color;      // graph plotting colors
    19   int Ncolors;
     19  int            Ncolors;
    2020
    21   unsigned long *pixels;     // image pixel colors
     21  unsigned long *pixels;      // image pixel colors
    2222  int Npixels;                // number of pixels
     23
     24  int            ColorScaleMode; // single colormap for all images??
     25  int nRed;
     26  int nBlue;
     27  int nGreen;
    2328
    2429  unsigned long  fore;        // basic foreground color
     
    171176
    172177  unsigned short   *pixmap;   // lookup table for image pixel value to pixel index
     178  int      nPixels;
     179 
    173180  KapaImageChannel *image;
    174181  KapaImageChannel channel[NCHANNELS];
Note: See TracChangeset for help on using the changeset viewer.