C# 클래스 InTheHand.UI.Color

Describes a color in terms of alpha, red, green, and blue channels.
파일 보기 프로젝트 열기: inthehand/Charming

공개 메소드들

메소드 설명
Equals ( Color color ) : bool

Compares two Color structures for equality.

FromArgb ( byte a, byte r, byte g, byte b ) : Color

Creates a new Color structure by using the specified sRGB alpha channel and color channel values.

FromCOLORREF ( uint color ) : Color

메소드 상세

Equals() 공개 메소드

Compares two Color structures for equality.
public Equals ( Color color ) : bool
color Color The structure to compare to this .
리턴 bool

FromArgb() 공개 정적인 메소드

Creates a new Color structure by using the specified sRGB alpha channel and color channel values.
public static FromArgb ( byte a, byte r, byte g, byte b ) : Color
a byte
r byte
g byte
b byte
리턴 Color

FromCOLORREF() 공개 정적인 메소드

public static FromCOLORREF ( uint color ) : Color
color uint
리턴 Color