C# 클래스 Treefrog.Framework.Imaging.Color

파일 보기 프로젝트 열기: jaquadro/Treefrog 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
A byte
B byte
G byte
R byte

공개 메소드들

메소드 설명
Color ( Color c, byte a ) : System
Color ( byte r, byte g, byte b ) : System
Color ( byte r, byte g, byte b, byte a ) : System
Equals ( Color other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
ParseArgbHex ( string hex ) : Color
ParseRgbHex ( string hex ) : Color
ToArgbHex ( ) : string
ToRgbHex ( ) : string
ToString ( ) : string
operator ( ) : Color
operator ( ) : bool

비공개 메소드들

메소드 설명
ByteToHex2 ( byte value ) : string

메소드 상세

Color() 공개 메소드

public Color ( Color c, byte a ) : System
c Color
a byte
리턴 System

Color() 공개 메소드

public Color ( byte r, byte g, byte b ) : System
r byte
g byte
b byte
리턴 System

Color() 공개 메소드

public Color ( byte r, byte g, byte b, byte a ) : System
r byte
g byte
b byte
a byte
리턴 System

Equals() 공개 메소드

public Equals ( Color other ) : bool
other Color
리턴 bool

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ParseArgbHex() 공개 정적인 메소드

public static ParseArgbHex ( string hex ) : Color
hex string
리턴 Color

ParseRgbHex() 공개 정적인 메소드

public static ParseRgbHex ( string hex ) : Color
hex string
리턴 Color

ToArgbHex() 공개 메소드

public ToArgbHex ( ) : string
리턴 string

ToRgbHex() 공개 메소드

public ToRgbHex ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

operator() 공개 정적인 메소드

public static operator ( ) : Color
리턴 Color

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

A 공개적으로 프로퍼티

public byte A
리턴 byte

B 공개적으로 프로퍼티

public byte B
리턴 byte

G 공개적으로 프로퍼티

public byte G
리턴 byte

R 공개적으로 프로퍼티

public byte R
리턴 byte