C# Class iTextSharp.text.pdf.ExtendedColor

Inheritance: iTextSharp.text.BaseColor
Afficher le fichier Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Protected Properties

Свойство Type Description
type int

Méthodes publiques

Méthode Description
ExtendedColor ( int type ) : System
ExtendedColor ( int type, float red, float green, float blue ) : System
ExtendedColor ( int type, int red, int green, int blue, int alpha ) : System
GetType ( object color ) : int

Private Methods

Méthode Description
Normalize ( float value ) : float

Method Details

ExtendedColor() public méthode

public ExtendedColor ( int type ) : System
type int
Résultat System

ExtendedColor() public méthode

public ExtendedColor ( int type, float red, float green, float blue ) : System
type int
red float
green float
blue float
Résultat System

ExtendedColor() public méthode

public ExtendedColor ( int type, int red, int green, int blue, int alpha ) : System
type int
red int
green int
blue int
alpha int
Résultat System

GetType() public static méthode

public static GetType ( object color ) : int
color object
Résultat int

Property Details

type protected_oe property

protected int type
Résultat int