RgbColor Constructors

Overloads

RgbColor(Byte, Byte, Byte)Initializes a new instance of the RgbColor class.
RgbColor(Single, Single, Single)Initializes a new instance of the RgbColor class.

RgbColor(Byte, Byte, Byte)

Initializes a new instance of the RgbColor class.

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

Parameters

red
Byte

The red intensity.

green
Byte

The green intensity.

blue
Byte

The blue intensity.

Licensing Info

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

RgbColor(Single, Single, Single)

Initializes a new instance of the RgbColor class.

public RgbColor(float red, float green, float blue)
Public Sub New (red As Single, green As Single, blue As Single)

Parameters

red
Single

The red intensity.

green
Single

The green intensity.

blue
Single

The blue intensity.

Licensing Info

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

See Also

RgbColor
ceTe.DynamicPDF

In this topic