C# Class entity.MetaEditor2.ColorChangedEventArgs

The color changed event args.
Inheritance: System.EventArgs
Mostrar archivo Open project: troymac1ure/Entity

Public Methods

Method Description
ColorChangedEventArgs ( ColorHandler RGB, ColorHandler HSV ) : System

Initializes a new instance of the ColorChangedEventArgs class.

Method Details

ColorChangedEventArgs() public method

Initializes a new instance of the ColorChangedEventArgs class.
public ColorChangedEventArgs ( ColorHandler RGB, ColorHandler HSV ) : System
RGB ColorHandler The RGB.
HSV ColorHandler The HSV.
return System