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

Inheritance: System.EventArgs
显示文件 Open project: HakanL/animatroller

Public Methods

Method Description
PixelChangedEventArgs ( int channel, Color newColor, double newBrightness ) : System

Method Details

PixelChangedEventArgs() public method

public PixelChangedEventArgs ( int channel, Color newColor, double newBrightness ) : System
channel int
newColor Color
newBrightness double
return System