Color Constructor

Creates a Color structure from the four ARGB component (alpha, red, green, and blue) values.

public Color(byte alpha, byte red, byte green, byte blue)
Public Sub New (alpha As Byte, red As Byte, green As Byte, blue As Byte)

Parameters

alpha
Byte

red
Byte

green
Byte

blue
Byte

Licensing Info

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

See Also

Color
ceTe.DynamicPDF.Rasterizer

In this topic