Animatroller.Framework.Import.SimpleColorEvent.SimpleColorEvent C# (CSharp) Method

SimpleColorEvent() public method

public SimpleColorEvent ( IEnumerable devices, Color color ) : System
devices IEnumerable
color Color
return System
        public SimpleColorEvent(IEnumerable<BaseImporter.MappedDeviceRGB> devices, Color color)
        {
            this.devices = devices;
            this.color = color;
        }