- added color picking used colors count in debug view

This commit is contained in:
SoftCoder
2013-11-30 17:38:32 -08:00
parent f7bc5e8f92
commit 4b50560ca9
2 changed files with 8 additions and 1 deletions

View File

@@ -286,6 +286,8 @@ public:
unsigned char * getUniqueColorID() { return &uniqueColorID[0]; }
bool get_next_assign_color(unsigned char *assign_to);
static int getUsedColorIDListSize() { return (int)usedColorIDList.size(); }
private:
unsigned char uniqueColorID[COLOR_COMPONENTS];