Table of Contents

Method Darken

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

Darken(int)

Darkens the current PdfColor by the specified percentage.

public PdfColor Darken(int percent)

Parameters

percent int

The percentage to darken the current PdfColor.

Returns

PdfColor

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