Table of Contents

Class ExtendedColor

Namespace
iTextSharp.text.pdf
Assembly
iTextSharp.LGPLv2.Core.dll

@author Paulo Soares (psoares@consiste.pt)

public abstract class ExtendedColor : BaseColor
Inheritance
ExtendedColor
Derived
Inherited Members

Constructors

ExtendedColor(int)

protected ExtendedColor(int type)

Parameters

type int

ExtendedColor(int, float, float, float)

protected ExtendedColor(int type, float red, float green, float blue)

Parameters

type int
red float
green float
blue float

Fields

type

protected int type

Field Value

int

Properties

Type

public int Type { get; }

Property Value

int

Methods

GetType(object)

public static int GetType(object color)

Parameters

color object

Returns

int