C# Class iTextSharp.text.Color

Base class for Color, serves as wrapper class for T:System.Drawing.Color to allow extension.
Afficher le fichier Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Méthodes publiques

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

Méthodes publiques

Méthode Description
Brighter ( ) : Color
Color ( System color ) : System

Constructor for Color object

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

Constructor for Color object

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

Constructor for Color object

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

Constuctor for Color object.

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

Constuctor for Color object.

Darker ( ) : Color
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToArgb ( ) : int

Method Details

Brighter() public méthode

public Brighter ( ) : Color
Résultat Color

Color() public méthode

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

Color() public méthode

Constructor for Color object
public Color ( 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

Color() public méthode

Constructor for Color object
public Color ( 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

Color() public méthode

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

Color() public méthode

Constuctor for Color object.
public Color ( 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

Color() public méthode

Constuctor for Color object.
public Color ( 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

Darker() public méthode

public Darker ( ) : Color
Résultat Color

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

Property Details

BLACK public_oe static_oe property

public static Color BLACK
Résultat Color

BLUE public_oe static_oe property

public static Color BLUE
Résultat Color

CYAN public_oe static_oe property

public static Color CYAN
Résultat Color

DARK_GRAY public_oe static_oe property

public static Color DARK_GRAY
Résultat Color

GRAY public_oe static_oe property

public static Color GRAY
Résultat Color

GREEN public_oe static_oe property

public static Color GREEN
Résultat Color

LIGHT_GRAY public_oe static_oe property

public static Color LIGHT_GRAY
Résultat Color

MAGENTA public_oe static_oe property

public static Color MAGENTA
Résultat Color

ORANGE public_oe static_oe property

public static Color ORANGE
Résultat Color

PINK public_oe static_oe property

public static Color PINK
Résultat Color

RED public_oe static_oe property

public static Color RED
Résultat Color

WHITE public_oe static_oe property

public static Color WHITE
Résultat Color

YELLOW public_oe static_oe property

public static Color YELLOW
Résultat Color