C# Class AntTweakBar.Color4ValidationEventArgs

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

Public Methods

Method Description
Color4ValidationEventArgs ( float r, float g, float b, float a ) : System

Method Details

Color4ValidationEventArgs() public method

public Color4ValidationEventArgs ( float r, float g, float b, float a ) : System
r float
g float
b float
a float
return System