PdfColorFromRgb Method
Creates a color from red, green, and blue components
Namespace: Winnovative.Pdf.NextAssembly: Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.10.0
public static PdfColor FromRgb(
int red,
int green,
int blue
)
- red Int32
- The red component value in the range 0 to 255
- green Int32
- The green component value in the range 0 to 255
- blue Int32
- The blue component value in the range 0 to 255
PdfColorA color instance