Corrected comment for ImageQuantiziation.Color16bpp.

This commit is contained in:
Damian Büchel 2024-08-16 11:08:14 +02:00
parent febfd944e0
commit 1ff7d84375

View file

@ -24,7 +24,7 @@ namespace SafeExamBrowser.Settings.Proctoring
Color8bpp,
/// <summary>
/// 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).
/// </summary>
Color16bpp,