#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"Include dependency graph for GfxState.cc:

Go to the source code of this file.
Functions | |
| static fouble | clip01 (fouble x) |
Variables | |
| static fouble | xyzrgb [3][3] |
|
|
|
Initial value: {
{ 3.240449, -1.537136, -0.498531 },
{ -0.969265, 1.876011, 0.041556 },
{ 0.055643, -0.204026, 1.057229 }
}
Definition at line 442 of file GfxState.cc. |
1.4.2