#include "GeomExport.h"
#include "maxheap.h"
#include "maxtypes.h"
#include "point3.h"
#include "point4.h"
#include "color.h"
#include <wingdi.h>
Classes |
|
class | AColor |
Typedefs |
|
typedef AColor | RGBA |
Functions |
|
int | MaxComponent (const AColor &) |
int | MinComponent (const AColor &) |
AColor | operator* (float f, const AColor &a) |
AColor | operator* (const AColor &a, float f) |
AColor | CompOver (const AColor &fg, const AColor &bg) |
int MaxComponent | ( | const AColor & | ) |
int MinComponent | ( | const AColor & | ) |
{ return fg + (1.0f-fg.a)*bg; }