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
Fields
type
protected int type
Field Value
Properties
Type
public int Type { get; }
Property Value
Methods
GetType(object)
public static int GetType(object color)
Parameters
color
object