From 1ff7d843756eac79261c964f8d09fb16fcf4c689 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damian=20B=C3=BCchel?= Date: Fri, 16 Aug 2024 11:08:14 +0200 Subject: [PATCH] Corrected comment for ImageQuantiziation.Color16bpp. --- SafeExamBrowser.Settings/Proctoring/ImageQuantization.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SafeExamBrowser.Settings/Proctoring/ImageQuantization.cs b/SafeExamBrowser.Settings/Proctoring/ImageQuantization.cs index 5ba967cc..28664241 100644 --- a/SafeExamBrowser.Settings/Proctoring/ImageQuantization.cs +++ b/SafeExamBrowser.Settings/Proctoring/ImageQuantization.cs @@ -24,7 +24,7 @@ namespace SafeExamBrowser.Settings.Proctoring Color8bpp, /// - /// Reduces an image to a colored image with 16 bits per pixel (65'536 colors). + /// Reduces an image to a colored image with 16 bits per pixel (5 bits per color and the remaining bit unused, thus 32'768 colors). /// Color16bpp,