Skip to content

Commit

Permalink
Update xml comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane32 committed Jun 11, 2024
1 parent ed0c16f commit e2659d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QRCoder/PngByteQRCode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public byte[] GetGraphic(int pixelsPerModule, bool drawQuietZones = true)

#if !NETSTANDARD1_3
/// <summary>
/// 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.
/// </summary>
/// <param name="pixelsPerModule">The number of pixels each dark/light module of the QR code will occupy in the final QR code image.</param>
/// <param name="darkColor">The color of the dark modules.</param>
Expand Down

0 comments on commit e2659d5

Please sign in to comment.