C# Class AntTweakBar.ColorValidationEventArgs

Inheritance: System.EventArgs
显示文件 Open project: TomCrypto/AntTweakBar.NET Class Usage Examples

Public Methods

Method Description
ColorValidationEventArgs ( float r, float g, float b ) : System

Method Details

ColorValidationEventArgs() public method

public ColorValidationEventArgs ( float r, float g, float b ) : System
r float
g float
b float
return System