C# Class iTextSharp.text.pdf.ExtendedColor

Inheritance: iTextSharp.text.BaseColor
ファイルを表示 Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Protected Properties

Property Type Description
type int

Public Methods

Method 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

Method Description
Normalize ( float value ) : float

Method Details

ExtendedColor() public method

public ExtendedColor ( int type ) : System
type int
return System

ExtendedColor() public method

public ExtendedColor ( int type, float red, float green, float blue ) : System
type int
red float
green float
blue float
return System

ExtendedColor() public method

public ExtendedColor ( int type, int red, int green, int blue, int alpha ) : System
type int
red int
green int
blue int
alpha int
return System

GetType() public static method

public static GetType ( object color ) : int
color object
return int

Property Details

type protected_oe property

protected int type
return int