Skip to content

Commit 1fc85ef

Browse files
committed
Update
1 parent 46dbbe7 commit 1fc85ef

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

QRCoder/Base64QRCode.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,6 @@ public string GetGraphic(int pixelsPerModule, Color darkColor, Color lightColor,
6060
}
6161

6262
return Convert.ToBase64String(pngData, Base64FormattingOptions.None);
63-
64-
byte[] ToRgba(Color color)
65-
{
66-
return new byte[] { color.R, color.G, color.B, color.A };
67-
}
6863
}
6964

7065
#if NETFRAMEWORK || NETSTANDARD2_0 || NET5_0 || NET6_0_WINDOWS

0 commit comments

Comments
 (0)