C# Class Apachai.Effects.Core.HsvColor

Adapted from: "A Primer on Building a Color Picker User Control with GDI+ in Visual Basic .NET or C#" http://www.msdnaa.net/Resources/display.aspx?ResID=2460
Datei anzeigen Open project: garuma/apachai Class Usage Examples

Public Properties

Property Type Description
Hue int
Saturation int
Value int

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
HsvColor ( int hue, int saturation, int value ) : System
ToRgb ( ) : RgbColor
ToString ( ) : string
operator ( ) : bool

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

HsvColor() public method

public HsvColor ( int hue, int saturation, int value ) : System
hue int
saturation int
value int
return System

ToRgb() public method

public ToRgb ( ) : RgbColor
return RgbColor

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : bool
return bool

Property Details

Hue public_oe property

public int Hue
return int

Saturation public_oe property

public int Saturation
return int

Value public_oe property

public int Value
return int