CUE.NET.Devices.Generic.AbstractCueDevice.UpdateEffects C# (CSharp) Method

UpdateEffects() public method

NOT IMPLEMENTED: Effects can't be applied directly to the device. Add it to the Brush or create a ledgroup instead.
public UpdateEffects ( ) : void
return void
        public void UpdateEffects()
        {
            throw new NotSupportedException("Effects can't be applied directly to the device. Add it to the Brush or create a ledgroup instead.");
        }