Color.FromArgb

Creates a Color structure from the four 8-bit ARGB components (alpha, red, green, and blue) values.

public static Color FromArgb(byte alpha, byte red, byte green, byte blue)
Shared Function FromArgb(alpha As Byte, red As Byte, green As Byte, blue As Byte) As Color

Parameters

alpha
Byte

red
Byte

green
Byte

blue
Byte

Returns

Color

Licensing Info

This method is a DynamicPDF Rasterizer feature. One of the following is required for non-evaluation usage:

See Also

Color
ceTe.DynamicPDF.Rasterizer

In this topic