PdfColorFromRgb Method
Creates a color from red, green, and blue components
Namespace: EvoPdf.NextAssembly: EvoPdf.Next (in EvoPdf.Next.dll) Version: 14.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