C# Class entity.MetaEditor2.ColorChangedEventArgs

The color changed event args.
Inheritance: System.EventArgs
Afficher le fichier Open project: troymac1ure/Entity

Méthodes publiques

Méthode Description
ColorChangedEventArgs ( ColorHandler RGB, ColorHandler HSV ) : System

Initializes a new instance of the ColorChangedEventArgs class.

Method Details

ColorChangedEventArgs() public méthode

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