3ds Max C++ API Reference
|
#include "GeomExport.h"
#include "point3.h"
#include "point4.h"
#include "color.h"
#include "maxcolors.h"
#include <cstdint>
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) |
static float | Intens (const AColor &c) |