C# 클래스 iTextSharp.text.BaseColor

Base class for Color, serves as wrapper class for T:Android.Graphics.Color to allow extension.
파일 보기 프로젝트 열기: mapo80/iTextSharp-Monotouch 1 사용 예제들

공개 프로퍼티들

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

공개 메소드들

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

메소드 상세

BaseColor() 공개 메소드

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

BaseColor() 공개 메소드

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

BaseColor() 공개 메소드

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

BaseColor() 공개 메소드

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

BaseColor() 공개 메소드

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

BaseColor() 공개 메소드

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

Brighter() 공개 메소드

public Brighter ( ) : BaseColor
리턴 BaseColor

Darker() 공개 메소드

public Darker ( ) : BaseColor
리턴 BaseColor

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToArgb() 공개 메소드

public ToArgb ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

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

public static BaseColor,iTextSharp.text BLACK
리턴 BaseColor

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

public static BaseColor,iTextSharp.text BLUE
리턴 BaseColor

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

public static BaseColor,iTextSharp.text CYAN
리턴 BaseColor

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

public static BaseColor,iTextSharp.text DARK_GRAY
리턴 BaseColor

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

public static BaseColor,iTextSharp.text GRAY
리턴 BaseColor

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

public static BaseColor,iTextSharp.text GREEN
리턴 BaseColor

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

public static BaseColor,iTextSharp.text LIGHT_GRAY
리턴 BaseColor

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

public static BaseColor,iTextSharp.text MAGENTA
리턴 BaseColor

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

public static BaseColor,iTextSharp.text ORANGE
리턴 BaseColor

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

public static BaseColor,iTextSharp.text PINK
리턴 BaseColor

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

public static BaseColor,iTextSharp.text RED
리턴 BaseColor

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

public static BaseColor,iTextSharp.text WHITE
리턴 BaseColor

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

public static BaseColor,iTextSharp.text YELLOW
리턴 BaseColor