C# Class ARCed.Core.ColorHandler.HSV

Struct containing data for a color of the HSV color space.
Show file Open project: borisblizzard/arcreator Class Usage Examples

Public Methods

Method Description
HSV ( int a, int h, int s, int v ) : System

Default constructor

ToString ( ) : string

Converts and returns the string representation of the object

Method Details

HSV() public method

Default constructor
public HSV ( int a, int h, int s, int v ) : System
a int Alpha value
h int Hue value
s int Saturation value
v int Value value
return System

ToString() public method

Converts and returns the string representation of the object
public ToString ( ) : string
return string