From e87facfa81aeece10e7289c3b40a265a6a9a4ef3 Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Fri, 12 May 2023 13:14:54 +0200 Subject: [PATCH] typo fixed --- src/common/QskRgbValue.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/QskRgbValue.h b/src/common/QskRgbValue.h index f2224659..a8317a91 100644 --- a/src/common/QskRgbValue.h +++ b/src/common/QskRgbValue.h @@ -101,7 +101,7 @@ namespace QskRgb constexpr const QRgb LightSteelBlue = 0xffb0c4de; constexpr const QRgb LightYellow = 0xffffffe0; constexpr const QRgb Lime = 0xff00ff00; - constexpr const QRgb Limegreen = 0xff32cd32; + constexpr const QRgb LimeGreen = 0xff32cd32; constexpr const QRgb Linen = 0xfffaf0e6; constexpr const QRgb Magenta = 0xffff00ff; constexpr const QRgb Maroon = 0xff800000;