C# Class iTextSharp.text.BaseColor

Base class for Color, serves as wrapper class for T:Android.Graphics.Color to allow extension.
Afficher le fichier Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Méthodes publiques

Свойство Type Description
BLACK BaseColor
BLUE BaseColor
CYAN BaseColor
DARK_GRAY BaseColor
GRAY BaseColor
GREEN BaseColor
LIGHT_GRAY BaseColor
MAGENTA BaseColor
ORANGE BaseColor
PINK BaseColor
RED BaseColor
WHITE BaseColor
YELLOW BaseColor

Méthodes publiques

Méthode Description
BaseColor ( System color ) : System

Constructor for Color object

BaseColor ( float red, float green, float blue ) : System

Constructor for Color object

BaseColor ( float red, float green, float blue, float alpha ) : System

Constructor for Color object

BaseColor ( int argb ) : System
BaseColor ( int red, int green, int blue ) : System

Constuctor for Color object.

BaseColor ( int red, int green, int blue, int alpha ) : System

Constuctor for Color object.

Brighter ( ) : BaseColor
Darker ( ) : BaseColor
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToArgb ( ) : int
ToString ( ) : string

Method Details

BaseColor() public méthode

Constructor for Color object
public BaseColor ( System color ) : System
color System a Color object
Résultat System

BaseColor() public méthode

Constructor for Color object
public BaseColor ( float red, float green, float blue ) : System
red float The red component value for the new Color structure. Valid values are 0 through 1.
green float The green component value for the new Color structure. Valid values are 0 through 1.
blue float The blue component value for the new Color structure. Valid values are 0 through 1.
Résultat System

BaseColor() public méthode

Constructor for Color object
public BaseColor ( float red, float green, float blue, float alpha ) : System
red float The red component value for the new Color structure. Valid values are 0 through 1.
green float The green component value for the new Color structure. Valid values are 0 through 1.
blue float The blue component value for the new Color structure. Valid values are 0 through 1.
alpha float The transparency component value for the new Color structure. Valid values are 0 through 1.
Résultat System

BaseColor() public méthode

public BaseColor ( int argb ) : System
argb int
Résultat System

BaseColor() public méthode

Constuctor for Color object.
public BaseColor ( int red, int green, int blue ) : System
red int The red component value for the new Color structure. Valid values are 0 through 255.
green int The green component value for the new Color structure. Valid values are 0 through 255.
blue int The blue component value for the new Color structure. Valid values are 0 through 255.
Résultat System

BaseColor() public méthode

Constuctor for Color object.
public BaseColor ( int red, int green, int blue, int alpha ) : System
red int The red component value for the new Color structure. Valid values are 0 through 255.
green int The green component value for the new Color structure. Valid values are 0 through 255.
blue int The blue component value for the new Color structure. Valid values are 0 through 255.
alpha int The transparency component value for the new Color structure. Valid values are 0 through 255.
Résultat System

Brighter() public méthode

public Brighter ( ) : BaseColor
Résultat BaseColor

Darker() public méthode

public Darker ( ) : BaseColor
Résultat BaseColor

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToArgb() public méthode

public ToArgb ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

BLACK public_oe static_oe property

public static BaseColor,iTextSharp.text BLACK
Résultat BaseColor

BLUE public_oe static_oe property

public static BaseColor,iTextSharp.text BLUE
Résultat BaseColor

CYAN public_oe static_oe property

public static BaseColor,iTextSharp.text CYAN
Résultat BaseColor

DARK_GRAY public_oe static_oe property

public static BaseColor,iTextSharp.text DARK_GRAY
Résultat BaseColor

GRAY public_oe static_oe property

public static BaseColor,iTextSharp.text GRAY
Résultat BaseColor

GREEN public_oe static_oe property

public static BaseColor,iTextSharp.text GREEN
Résultat BaseColor

LIGHT_GRAY public_oe static_oe property

public static BaseColor,iTextSharp.text LIGHT_GRAY
Résultat BaseColor

MAGENTA public_oe static_oe property

public static BaseColor,iTextSharp.text MAGENTA
Résultat BaseColor

ORANGE public_oe static_oe property

public static BaseColor,iTextSharp.text ORANGE
Résultat BaseColor

PINK public_oe static_oe property

public static BaseColor,iTextSharp.text PINK
Résultat BaseColor

RED public_oe static_oe property

public static BaseColor,iTextSharp.text RED
Résultat BaseColor

WHITE public_oe static_oe property

public static BaseColor,iTextSharp.text WHITE
Résultat BaseColor

YELLOW public_oe static_oe property

public static BaseColor,iTextSharp.text YELLOW
Résultat BaseColor