Table of Contents

Interface IColor

Namespace
UglyToad.PdfPig.Graphics.Colors
Assembly
UglyToad.PdfPig.dll

A color used for text or paths in a PDF.

public interface IColor

Properties

ColorSpace

The colorspace used for this color.

ColorSpace ColorSpace { get; }

Property Value

ColorSpace

Methods

ToRGBValues()

The color as RGB values (between 0 and 1).

(double r, double g, double b) ToRGBValues()

Returns

(double r, double g, double b)