From e2659d5726f64db704dbc9e7763c64641e68d9bd Mon Sep 17 00:00:00 2001 From: Shane32 Date: Tue, 11 Jun 2024 18:31:10 -0400 Subject: [PATCH] Update xml comment --- QRCoder/PngByteQRCode.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QRCoder/PngByteQRCode.cs b/QRCoder/PngByteQRCode.cs index 035e43ae..25d5ffa9 100644 --- a/QRCoder/PngByteQRCode.cs +++ b/QRCoder/PngByteQRCode.cs @@ -45,7 +45,7 @@ public byte[] GetGraphic(int pixelsPerModule, bool drawQuietZones = true) #if !NETSTANDARD1_3 /// - /// Creates a 2-color PNG of the QR code, using 1-bit indexed color. Accepts 3-byte RGB colors for normal images and 4-byte RGBA-colors for transparent images. + /// Creates a 2-color PNG of the QR code, using 1-bit indexed color. Colors may contain transparency. /// /// The number of pixels each dark/light module of the QR code will occupy in the final QR code image. /// The color of the dark modules.