C# Class ThemeEditor.Common.Themes.ColorSets.ArrowSet

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

Public Properties

Property Type Description
Border ThemeEditor.Common.Graphics.ColorRgb888
Pressed ThemeEditor.Common.Graphics.ColorRgb888
Unpressed ThemeEditor.Common.Graphics.ColorRgb888

Public Methods

Method Description
Read ( BinaryReader br ) : ArrowSet
Write ( BinaryWriter bw ) : void

Method Details

Read() public static method

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

Write() public method

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

Property Details

Border public_oe property

public ColorRgb888,ThemeEditor.Common.Graphics Border
return ThemeEditor.Common.Graphics.ColorRgb888

Pressed public_oe property

public ColorRgb888,ThemeEditor.Common.Graphics Pressed
return ThemeEditor.Common.Graphics.ColorRgb888

Unpressed public_oe property

public ColorRgb888,ThemeEditor.Common.Graphics Unpressed
return ThemeEditor.Common.Graphics.ColorRgb888