C# Class ThemeEditor.Common.Graphics.ColorArgb8888

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

Méthodes publiques

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

Méthodes publiques

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

Method Details

ColorArgb8888() public méthode

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

Equals() public méthode

public Equals ( ColorArgb8888 other ) : bool
other ColorArgb8888
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 ) : ColorArgb8888
br System.IO.BinaryReader
Résultat ColorArgb8888

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

A public_oe property

public byte A
Résultat byte

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