PdfColor.Lighten Method

Lightens the current PdfColor by the specified percentage.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public PdfColor Lighten(
	int percent
)
VB
Public Function Lighten ( 
	percent As Integer
) As PdfColor

Parameters

percent
Type: System.Int32
The percentage to lighten the current PdfColor.

Return Value

Type: PdfColor
A new color created from the current PdfColor that is lightened by the specified percentage.

See Also