C# Class Alexandria.Engines.DarkSouls.TableRows.ToneCorrection

Defined as "TONE_CORRECT_BANK" in Dark Souls in the file "ToneCorrectBank.paramdef" (id 07h).
Inheritance: ParameterTableRow
Show file Open project: Burton-Radons/Alexandria

Public Properties

Property Type Description
BrightnessRProperty System.Reflection.PropertyInfo

Private Properties

Property Type Description
ToneCorrection System
ToneCorrection System

Public Methods

Method Description
Write ( BinaryWriter writer ) : void

Write the ToneCorrection row to the stream.

Private Methods

Method Description
ToneCorrection ( ParameterTable table, int index ) : System
ToneCorrection ( ParameterTable table, int index, AssetLoader loader, int next ) : System

Method Details

Write() public method

Write the ToneCorrection row to the stream.
public Write ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
return void

Property Details

BrightnessRProperty public static property

A property in the class.
public static PropertyInfo,System.Reflection BrightnessRProperty
return System.Reflection.PropertyInfo