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

SetSfumatoDay() public method

public SetSfumatoDay ( ) : void
return void
        public void SetSfumatoDay()
        {
            Ambient = new TColor(0.55, 0.55, 0.7);
            ParallelBeams[0].C = 2.05 * new TColor(1.0, 1.0, 0.55);
        }