C# Class ThemeEditor.Common.Graphics.ColorRgb888

Afficher le fichier Open project: usagirei/3DS-Theme-Editor Class Usage Examples

Méthodes publiques

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

Méthodes publiques

Méthode Description
ColorRgb888 ( byte r, byte g, byte b ) : System.IO
Equals ( ColorRgb888 other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
Read ( BinaryReader br ) : ColorRgb888
ToString ( ) : string
Write ( BinaryWriter br ) : void
operator ( ) : bool

Method Details

ColorRgb888() public méthode

public ColorRgb888 ( byte r, byte g, byte b ) : System.IO
r byte
g byte
b byte
Résultat System.IO

Equals() public méthode

public Equals ( ColorRgb888 other ) : bool
other ColorRgb888
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Read() public static méthode

public static Read ( BinaryReader br ) : ColorRgb888
br System.IO.BinaryReader
Résultat ColorRgb888

ToString() public méthode

public ToString ( ) : string
Résultat string

Write() public méthode

public Write ( BinaryWriter br ) : void
br System.IO.BinaryWriter
Résultat void

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

B public_oe property

public byte B
Résultat byte

G public_oe property

public byte G
Résultat byte

R public_oe property

public byte R
Résultat byte