Example #1
0
        public List <Pixel> GetChangedPixels()
        {
            var result = new List <Pixel>();

            result.AddRange(LeftAmbilight.GetChangedPixels());
            result.AddRange(RightAmbilight.GetChangedPixels());

            return(result);
        }
Example #2
0
 public void AcceptChanges()
 {
     LeftAmbilight.AcceptChanges();
     RightAmbilight.AcceptChanges();
 }