3ds Max C++ API Reference
Loading...
Searching...
No Matches
colors.h File Reference
#include "../kernel/value.h"
#include "../../bmmlib.h"
#include "3dmath.h"
#include "..\protocols\color.inl"

Classes

class  ColorValue
 
class  ConstColorValue
 

Macros

#define COLOR_CACHE_SIZE   1024
 
#define is_color(v)   ((DbgVerify(!is_sourcepositionwrapper(v)), (v))->tag == class_tag(ColorValue))
 

Macro Definition Documentation

◆ COLOR_CACHE_SIZE

#define COLOR_CACHE_SIZE   1024

◆ is_color

#define is_color (   v)    ((DbgVerify(!is_sourcepositionwrapper(v)), (v))->tag == class_tag(ColorValue))