Table of Contents

Method Lighten

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Lighten(int)

Lightens the current PdfColor by the specified percentage.

public PdfColor Lighten(int percent)

Parameters

percent int

The percentage to lighten the current PdfColor.

Returns

PdfColor

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