CSPspEmu.Core.Gpu.Run.GpuDisplayListRunner._OP_ALC C# (CSharp) Method

_OP_ALC() private method

private _OP_ALC ( int Index ) : void
Index int
return void
        private void _OP_ALC(int Index)
        {
            GetLigth(Index)->AmbientColor.SetRGB_A1(Params24);
        }
GpuDisplayListRunner