C# 클래스 Mosa.DeviceSystem.Color

Color
파일 보기 프로젝트 열기: tgiphil/MOSA-Project 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Alpha byte
Blue byte
Green byte
Red byte
Transparent Color

공개 메소드들

메소드 설명
Color ( byte red, byte green, byte blue )

Initializes a new instance of the Color struct.

Color ( byte red, byte green, byte blue, byte alpha )

Initializes a new instance of the Color struct.

IsEqual ( Color color ) : bool

Determines whether the specified color is equal.

메소드 상세

Color() 공개 메소드

Initializes a new instance of the Color struct.
public Color ( byte red, byte green, byte blue )
red byte The red.
green byte The green.
blue byte The blue.

Color() 공개 메소드

Initializes a new instance of the Color struct.
public Color ( byte red, byte green, byte blue, byte alpha )
red byte The red.
green byte The green.
blue byte The blue.
alpha byte The alpha.

IsEqual() 공개 메소드

Determines whether the specified color is equal.
public IsEqual ( Color color ) : bool
color Color The color.
리턴 bool

프로퍼티 상세

Alpha 공개적으로 프로퍼티

Alpha
public byte Alpha
리턴 byte

Blue 공개적으로 프로퍼티

Blue
public byte Blue
리턴 byte

Green 공개적으로 프로퍼티

Green
public byte Green
리턴 byte

Red 공개적으로 프로퍼티

Red
public byte Red
리턴 byte

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

public static Color,Mosa.DeviceSystem Transparent
리턴 Color