C# 클래스 iTextSharp.text.Color

Base class for Color, serves as wrapper class for T:System.Drawing.Color to allow extension.
파일 보기 프로젝트 열기: red-gate/iTextSharp-4.1.6 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
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

메소드 상세

Brighter() 공개 메소드

public Brighter ( ) : Color
리턴 Color

Color() 공개 메소드

Constructor for Color object
public Color ( System color ) : System
color System a Color object
리턴 System

Color() 공개 메소드

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.
리턴 System

Color() 공개 메소드

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.
리턴 System

Color() 공개 메소드

public Color ( int argb ) : System
argb int
리턴 System

Color() 공개 메소드

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.
리턴 System

Color() 공개 메소드

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.
리턴 System

Darker() 공개 메소드

public Darker ( ) : Color
리턴 Color

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToArgb() 공개 메소드

public ToArgb ( ) : int
리턴 int

프로퍼티 상세

BLACK 공개적으로 정적으로 프로퍼티

public static Color BLACK
리턴 Color

BLUE 공개적으로 정적으로 프로퍼티

public static Color BLUE
리턴 Color

CYAN 공개적으로 정적으로 프로퍼티

public static Color CYAN
리턴 Color

DARK_GRAY 공개적으로 정적으로 프로퍼티

public static Color DARK_GRAY
리턴 Color

GRAY 공개적으로 정적으로 프로퍼티

public static Color GRAY
리턴 Color

GREEN 공개적으로 정적으로 프로퍼티

public static Color GREEN
리턴 Color

LIGHT_GRAY 공개적으로 정적으로 프로퍼티

public static Color LIGHT_GRAY
리턴 Color

MAGENTA 공개적으로 정적으로 프로퍼티

public static Color MAGENTA
리턴 Color

ORANGE 공개적으로 정적으로 프로퍼티

public static Color ORANGE
리턴 Color

PINK 공개적으로 정적으로 프로퍼티

public static Color PINK
리턴 Color

RED 공개적으로 정적으로 프로퍼티

public static Color RED
리턴 Color

WHITE 공개적으로 정적으로 프로퍼티

public static Color WHITE
리턴 Color

YELLOW 공개적으로 정적으로 프로퍼티

public static Color YELLOW
리턴 Color