SmartQuant.Charting.Draw3D.TLight.SetVeryBrightDay C# (CSharp) Method

SetVeryBrightDay() public method

public SetVeryBrightDay ( ) : void
return void
        public void SetVeryBrightDay()
        {
            SetSfumatoDay();
            Ambient *= 1.2;
            ParallelBeams[0].C *= 1.2;
        }