Mako 8.2.0 API
MakoCore SDK API Documentation
Loading...
Searching...
No Matches
idomcolor.h File Reference
Include dependency graph for idomcolor.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IDOMColor
 Holds a single color value. The color values themselves are held as floating point values for all color spaces. For some spaces (such as indexed color spaces) the values will be integral, but still stored as floats. More...

Macros

#define IDOMColorClassID   0x4a33f930, 0xc5d64967, 0xaa600a12, 0x78eb3212
#define edlobj2IDOMColor(src)

Functions

 DECL_SMART_PTR (IDOMColor)

Macro Definition Documentation

◆ edlobj2IDOMColor

#define edlobj2IDOMColor ( src)
Value:
edl_cast((IDOMColor *)NULL, src)
Holds a single color value. The color values themselves are held as floating point values for all col...
Definition idomcolor.h:40
CSmartPtr< Type > edl_cast(Type *dst, IEDLObjectPtr src)
Definition iedlobject.h:91

◆ IDOMColorClassID

#define IDOMColorClassID   0x4a33f930, 0xc5d64967, 0xaa600a12, 0x78eb3212

Function Documentation

◆ DECL_SMART_PTR()

DECL_SMART_PTR ( IDOMColor )