diff options
Diffstat (limited to 'futuregael/src/ofApp.h')
| -rw-r--r-- | futuregael/src/ofApp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/futuregael/src/ofApp.h b/futuregael/src/ofApp.h index b5d0c25..ceb537b 100644 --- a/futuregael/src/ofApp.h +++ b/futuregael/src/ofApp.h @@ -11,7 +11,7 @@ public: text=words; vector<string> colours=ofSplitString(cols,","); for (auto c: colours){ - ofLog()<<"got colour: "<<ofColor::fromHex(ofHexToInt(c)); + palette.push_back(ofColor::fromHex(ofHexToInt(c))); } } vector<ofColor> palette; |
