- moved EColorManipulation into the backend.
This commit is contained in:
parent
a0cffca3bb
commit
ae09ca7a48
4 changed files with 10 additions and 11 deletions
|
|
@ -43,13 +43,4 @@ inline uint32_t MakeSpecialColormap(int index)
|
|||
return index | SPECIALCOLORMAP_MASK;
|
||||
}
|
||||
|
||||
enum EColorManipulation
|
||||
{
|
||||
CM_DEFAULT = 0, // untranslated
|
||||
CM_FIRSTSPECIALCOLORMAP, // first special fixed colormap
|
||||
};
|
||||
|
||||
#define CM_MAXCOLORMAP int(CM_FIRSTSPECIALCOLORMAP + SpecialColormaps.Size())
|
||||
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue