#include "camtypes.h"#include "cameleps.h"#include "nodepath.h"#include "ccdc.h"#include "page.h"#include "bitmpinf.h"#include "nodebmp.h"#include "fracfill.h"#include "nodeblnd.h"#include "nodebldr.h"#include "nodershp.h"#include "nodemold.h"#include "ndmldgrp.h"#include "nodemldr.h"#include "ndmldpth.h"#include "nodeshap.h"#include "grndbmp.h"#include "camview.h"#include "opgrad.h"#include "oilfiles.h"#include "ndoptmz.h"#include "ndtxtpth.h"#include "maskedrr.h"#include "oilbitmap.h"#include "native.h"#include "nativeps.h"#include "psdc.h"#include "osrndrgn.h"#include "prdlgctl.h"#include "progress.h"#include "textfuns.h"#include "fontman.h"#include "guides.h"#include "snap.h"#include "layer.h"#include "colormgr.h"#include "attrmap.h"#include "colplate.h"#include "xsepsops.h"#include "ctrlhelp.h"#include "unicdman.h"Go to the source code of this file.
Defines | |
| #define | new CAM_DEBUG_NEW |
| #define | TEMPMAX(R, G, B) |
Enumerations | |
| enum | TranspFillEffectType { FILLEFFECT_FADE, FILLEFFECT_RAINBOW, FILLEFFECT_ALTRAINBOW } |
Functions | |
| DECLARE_SOURCE ("$Revision: 1431 $") | |
|
|
Definition at line 169 of file cameleps.cpp. |
|
|
Value: { \
Temp = ((R) > (G)) ? (R) : (G); \
Temp = (Temp > (B)) ? Temp : (B); \
}
|
|
|
Definition at line 176 of file cameleps.cpp. 00177 { 00178 FILLEFFECT_FADE, 00179 FILLEFFECT_RAINBOW, 00180 FILLEFFECT_ALTRAINBOW 00181 } TranspFillEffectType;
|
|
|
|
1.4.4