C# 클래스 SadConsole.Readers.REXPaint.Color

A RexPaint color.
파일 보기 프로젝트 열기: Thraka/SadConsole

공개 프로퍼티들

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

공개 메소드들

메소드 설명
Color ( byte r, byte g, byte b ) : System

Creates a new RexPaint color with the specified RGB channels.

operator ( ) : bool

메소드 상세

Color() 공개 메소드

Creates a new RexPaint color with the specified RGB channels.
public Color ( byte r, byte g, byte b ) : System
r byte The red channel of the color.
g byte The green channel of the color.
b byte The blue channel of the color.
리턴 System

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

B 공개적으로 프로퍼티

The blue channel of the color.
public byte B
리턴 byte

G 공개적으로 프로퍼티

The green channel of the color.
public byte G
리턴 byte

R 공개적으로 프로퍼티

The red channel of the color.
public byte R
리턴 byte