C# Class ThemeEditor.Common.Graphics.ColorRgb888

Mostra file Open project: usagirei/3DS-Theme-Editor Class Usage Examples

Public Properties

Property Type Description
B byte
G byte
R byte

Public Methods

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

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

Equals() public method

public Equals ( ColorRgb888 other ) : bool
other ColorRgb888
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 ) : ColorRgb888
br System.IO.BinaryReader
return ColorRgb888

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

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