Skip to main content
Skip table of contents

ExtendedColor

ExtendedColor Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph iTextSharp.text.pdf
  iTextSharp.text.pdf.ExtendedColor[[ExtendedColor]]
  class iTextSharp.text.pdf.ExtendedColor abstractStyle;
  end
  subgraph iTextSharp.text
  iTextSharp.text.BaseColor[[BaseColor]]
  end
iTextSharp.text.BaseColor --> iTextSharp.text.pdf.ExtendedColor

Members

Properties

Public properties
TypeNameMethods
intTypeget

Methods

Public Static methods
ReturnsName
intGetType(object color)
Internal Static methods
ReturnsName
floatNormalize(float value)

Details

Inheritance

Constructors

ExtendedColor [1/3]

Source code

public ExtendedColor(int type)
Arguments
TypeNameDescription
inttype
ExtendedColor [2/3]

Source code

public ExtendedColor(int type, float red, float green, float blue)
Arguments
TypeNameDescription
inttype
floatred
floatgreen
floatblue
ExtendedColor [3/3]

Source code

public ExtendedColor(int type, int red, int green, int blue, int alpha)
Arguments
TypeNameDescription
inttype
intred
intgreen
intblue
intalpha

Methods

GetType

Source code

public static int GetType(object color)
Arguments
TypeNameDescription
objectcolor
Normalize

Source code

internal static float Normalize(float value)
Arguments
TypeNameDescription
floatvalue

Properties

Type
public virtual int Type { get; }

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.