Animatroller.Framework.LogicalDevice.Event.ColorChangedEventArgs.ColorChangedEventArgs C# (CSharp) Method

ColorChangedEventArgs() public method

public ColorChangedEventArgs ( Color newColor, double newBrightness ) : System
newColor Color
newBrightness double
return System
        public ColorChangedEventArgs(Color newColor, double newBrightness)
            : base(newBrightness)
        {
            this.NewColor = newColor;
        }
ColorChangedEventArgs