From 7773c0267d84d0ae208fb6eb1db27273f2281c56 Mon Sep 17 00:00:00 2001 From: Lewis Lepton Date: Sat, 27 Jul 2019 11:51:59 +0100 Subject: [PATCH] making the default background color 60 (#6339) related to what i brought up in issues #6320 --- libs/openFrameworks/graphics/ofGraphicsBaseTypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/openFrameworks/graphics/ofGraphicsBaseTypes.h b/libs/openFrameworks/graphics/ofGraphicsBaseTypes.h index 2357c314029..955b747f866 100644 --- a/libs/openFrameworks/graphics/ofGraphicsBaseTypes.h +++ b/libs/openFrameworks/graphics/ofGraphicsBaseTypes.h @@ -69,7 +69,7 @@ class ofStyle{ #else drawBitmapMode = OF_BITMAPMODE_MODEL_BILLBOARD; #endif - bgColor.set(200,200,200); + bgColor.set(60, 60, 60); //depthTest = false; }