C# Class RandomBrush, heap-prof

Datei anzeigen Open project: mono/heap-prof Class Usage Examples

Public Methods

Method Description
HSV2RGB ( float H, float S, float V ) : Color
Next ( ) : Brush

Private Methods

Method Description
Generate ( int range ) : Color[]
RandomBrush ( ) : System

Method Details

HSV2RGB() public static method

public static HSV2RGB ( float H, float S, float V ) : Color
H float
S float
V float
return Color

Next() public method

public Next ( ) : Brush
return Brush