Alexandria.Engines.DarkSouls.TableRows.ToneCorrection.ToneCorrection C# (CSharp) Method

ToneCorrection() private method

private ToneCorrection ( ParameterTable table, int index ) : System
table ParameterTable
index int
return System
            internal ToneCorrection(ParameterTable table, int index)
                : base(table, index)
            {
                BrightnessR = (Single)1;
                BrightnessG = (Single)1;
                BrightnessB = (Single)1;
                ContrastR = (Single)1;
                ContrastG = (Single)1;
                ContrastB = (Single)1;
                Saturation = (Single)1;
                Hue = (Single)0;
            }

Same methods

TableRows.ToneCorrection::ToneCorrection ( ParameterTable table, int index, AssetLoader loader, int next ) : System
TableRows.ToneCorrection