Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ iflColormap(3) — IRIX 6.5.3f

Media Vault

Software Library

Restoration Projects

Artifacts Sought



iflColormap(3)    Image Format Library C++ Reference Manual     iflColormap(3)



NAME
     iflColormap - class for defining colormaps

INHERITS FROM
     iflLut

HEADER FILE
     #include <ifl/iflColormap.h>

CLASS DESCRIPTION
     iflColormap is derived from iflLut. The only difference is the removal of
     the ability to have the table length not be a one-to-one mapping onto the
     domain of the lut.  It is intended to represent the colormap for image
     files that have an iflRGBPalette color model.  Refer to the iflLut man
     page for more info on the supported access methods.

CLASS MEMBER FUNCTION SUMMARY
     Constructors

          iflColormap()
          iflColormap(int numChan, iflDataType dtype, double min, double max)
          iflColormap(void* table, int numChan, iflDataType dtype,
                      double min, double max)


FUNCTION DESCRIPTIONS
     iflColormap()

          iflColormap(int numChan, iflDataType dtype, double min, double max)
          iflColormap(void* table, int numChan, iflDataType dtype,
                      double min, double max)
          iflColormap()


          Constructors for the iflColormap class.  The number of tables or
          channels in the colormap is specified by numChan and the colormap
          data type is specified by dtype.  The domain of values the table
          handles is from min to max.  The length of each table is either
          max-min+1.  The second constructor creates an iflColormap whose
          look-up table data is pointed to by table. The final constructor
          generates an empty iflColormap.  This can be useful in conjuction
          with the assigment operator.

INHERITED MEMBER FUNCTIONS
   Inherited from iflLut
     getChan(), getData(), getDataType(), getDomain(), getDomainMax(),
     getDomainMin(), getDomainStep(), getLength(), getNumChans(), getOrigin(),
     getRange(), getVal(), init(), isDiff(), operator=(), setData(),
     setDomain(), setVal()






                                                                        Page 1





iflColormap(3)    Image Format Library C++ Reference Manual     iflColormap(3)



SEE ALSO
     iflLut, iflSGIColormap





















































                                                                        Page 2



Typewritten Software • bear@typewritten.org • Edmonds, WA 98026