From 08968b9557456b3b9d3566d4dca1b9190bd8fba1 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Tue, 16 Aug 2022 23:24:37 +0100 Subject: use a palette --- lasertext/src/ofApp.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lasertext/src/ofApp.cpp') diff --git a/lasertext/src/ofApp.cpp b/lasertext/src/ofApp.cpp index 96b56ab..5e6865e 100644 --- a/lasertext/src/ofApp.cpp +++ b/lasertext/src/ofApp.cpp @@ -35,6 +35,7 @@ void ofApp::setup(){ else{ cout << "unable to load settings.xml"<=' '&&key<='~'){ - banner.addGlyph(key,ofColor::fromHsb(ofRandom(255.0),225,255)); + banner.addGlyph(key); } else if (key==OF_KEY_BACKSPACE||key==OF_KEY_DEL) { //DEL banner.removeGlyph(); -- cgit v1.2.3