iText 5

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

Type

Name

Methods

int

Type

get

Methods

Public Static methods

Returns

Name

int

GetType

(object color)

Internal Static methods

Returns

Name

float

Normalize

(float value)

Details

Inheritance

Constructors

ExtendedColor [1/3]

Source code

public ExtendedColor(int type)

Arguments

Type

Name

Description

int

type

ExtendedColor [2/3]

Source code

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

Arguments

Type

Name

Description

int

type

float

red

float

green

float

blue

ExtendedColor [3/3]

Source code

public ExtendedColor(int type, int red, int green, int blue, int alpha)

Arguments

Type

Name

Description

int

type

int

red

int

green

int

blue

int

alpha

Methods

GetType

Source code

public static int GetType(object color)

Arguments

Type

Name

Description

object

color

Normalize

Source code

internal static float Normalize(float value)

Arguments

Type

Name

Description

float

value

Properties

Type

public virtual int Type { get; }

Generated with ModularDoc