#include <mi32/colorspc.h>
#include <mi32/membuf.h>
#include <mi32/stddefns.h>
Include dependency graph for color.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| struct | COLOR |
| Structure to contain single color specification with possible transparency. More... | |
Defines | |
| #define | CLASSLIBEXPORT MI_DLLCLASSIMPORT |
| #define | NUMSTDCOLORS 80 |
| #define | STD64STEP 21845 |
Enumerations | |
| enum | COLORMODEL { COLORMODEL_RGB = 0, COLORMODEL_CMY = 1, COLORMODEL_CMYK = 2, COLORMODEL_HIS = 3, COLORMODEL_HBS = 4, COLORMODEL_MunsellHSV = 5, COLORMODEL_XYZ = 6, COLORMODEL_Lab = 7, COLORMODEL_Pantone = 8, COLORMODEL_COUNT } |
Functions | |
| bool | operator!= (const COLOR &lhs, const COLOR &rhs) |
| bool | operator== (const COLOR &lhs, const COLOR &rhs) |
| void | SwapBytes (COLOR &color) |
Definition in file color.h.
|
|
|
|
|
64 color + 16 gray
|
|
|
Step value for creating 64 "standard" colors (65535 / 3).
|
|
|
||||||||||||
|
Compare COLORs for inequality.
|
|
||||||||||||
|
Compare COLORs for equality.
|
|
|
|
1.3.8-20040913