Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

GfxState.cc File Reference

#include <aconf.h>
#include <stddef.h>
#include <math.h>
#include <string.h>
#include "gmem.h"
#include "Error.h"
#include "Object.h"
#include "Array.h"
#include "Page.h"
#include "GfxState.h"

Defines

#define nGfxColorSpaceModes   ((sizeof(gfxColorSpaceModeNames) / sizeof(char *)))

Functions

double clip01 (double x)

Variables

char * gfxColorSpaceModeNames []
double xyzrgb [3][3]

Define Documentation

#define nGfxColorSpaceModes   ((sizeof(gfxColorSpaceModeNames) / sizeof(char *)))
 


Function Documentation

double clip01 double    x [inline, static]
 


Variable Documentation

char* gfxColorSpaceModeNames[] [static]
 

Initial value:

 {
  "DeviceGray",
  "CalGray",
  "DeviceRGB",
  "CalRGB",
  "DeviceCMYK",
  "Lab",
  "ICCBased",
  "Indexed",
  "Separation",
  "DeviceN",
  "Pattern"
}

double xyzrgb[3][3] [static]
 

Initial value:

 {
  {  3.240449, -1.537136, -0.498531 },
  { -0.969265,  1.876011,  0.041556 },
  {  0.055643, -0.204026,  1.057229 }
}


Generated on Wed Nov 3 12:59:12 2004 for Lemur Toolkit by doxygen1.2.18