C# Class ThemeEditor.Common.Graphics.ColorArgb8888

Mostrar archivo Open project: usagirei/3DS-Theme-Editor Class Usage Examples

Public Properties

Property Type Description
A byte
B byte
G byte
R byte

Public Methods

Method 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 method

public ColorArgb8888 ( byte a, byte r, byte g, byte b ) : System.IO
a byte
r byte
g byte
b byte
return System.IO

Equals() public method

public Equals ( ColorArgb8888 other ) : bool
other ColorArgb8888
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Read() public static method

public static Read ( BinaryReader br ) : ColorArgb8888
br System.IO.BinaryReader
return ColorArgb8888

ToString() public method

public ToString ( ) : string
return string

Write() public method

public Write ( BinaryWriter br ) : void
br System.IO.BinaryWriter
return void

operator() public static method

public static operator ( ) : bool
return bool

Property Details

A public_oe property

public byte A
return byte

B public_oe property

public byte B
return byte

G public_oe property

public byte G
return byte

R public_oe property

public byte R
return byte