From fc305dec44a268ebb3d82fa28c8eb0eee05c95d5 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Sat, 16 Sep 2023 10:43:37 +0100 Subject: constructing palettes --- futuregael/src/ofApp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'futuregael') 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 colours=ofSplitString(cols,","); for (auto c: colours){ - ofLog()<<"got colour: "< palette; -- cgit v1.2.3