C# Class Animatroller.Framework.LogicalDevice.Event.ColorChangedEventArgs

Inheritance: BrightnessChangedEventArgs
显示文件 Open project: HakanL/animatroller

Public Methods

Method Description
ColorChangedEventArgs ( Color newColor, double newBrightness ) : System

Method Details

ColorChangedEventArgs() public method

public ColorChangedEventArgs ( Color newColor, double newBrightness ) : System
newColor Color
newBrightness double
return System