From 9cdc2e65f561ec187ccf97d4aa14ee4b4e069963 Mon Sep 17 00:00:00 2001 From: kallaballa Date: Sun, 24 Sep 2023 07:44:41 +0200 Subject: [PATCH] fix color for font-demo --- modules/v4d/samples/font-demo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/v4d/samples/font-demo.cpp b/modules/v4d/samples/font-demo.cpp index e5921a5a5..baba88d5c 100644 --- a/modules/v4d/samples/font-demo.cpp +++ b/modules/v4d/samples/font-demo.cpp @@ -166,7 +166,7 @@ static bool iteration(cv::Ptr window) { clear(); fontSize(font_size); fontFace("sans-bold"); - fillColor(cv::Scalar(100, 172, 255, 255)); + fillColor(INITIAL_COLOR); textAlign(NVG_ALIGN_CENTER | NVG_ALIGN_TOP); /** only draw lines that are visible **/