C# Class SadConsole.Readers.REXPaint.Color

A RexPaint color.
Afficher le fichier Open project: Thraka/SadConsole

Méthodes publiques

Свойство Type Description
B byte
G byte
R byte

Méthodes publiques

Méthode Description
Color ( byte r, byte g, byte b ) : System

Creates a new RexPaint color with the specified RGB channels.

operator ( ) : bool

Method Details

Color() public méthode

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.
Résultat System

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

B public_oe property

The blue channel of the color.
public byte B
Résultat byte

G public_oe property

The green channel of the color.
public byte G
Résultat byte

R public_oe property

The red channel of the color.
public byte R
Résultat byte