The first two enable you to set the color of the QR code graphic. One uses Color-class-types, the other HTML hex color notation. //Set color by using Color-class types Bitmap qrCodeImage = qrCode.GetGraphic(20, Color.DarkRed, Color.PaleGreen); //Set color by using HTML hex color...