Esempio n. 1
0
        public void process()
        {
            Clog("Processing...");
            RGBColor priColor = new RGBColor(255, 255, 255);
            RGBColor secColor = new RGBColor(0, 0, 255);

            // if (req.SECONDARY != null) { priColor = new RGBColor(req.SECONDARY); } else { priColor = null; };
            // if (req.TERTIARY != null) { secColor = new RGBColor(req.TERTIARY); } else { secColor = null; };
            LightingController.StartLightingThread();
            LightingController.LightingProcess(priColor, secColor, effect);
        }