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
Afficher le fichier Open project: garuma/apachai Class Usage Examples

Méthodes publiques

Свойство Type Description
Hue int
Saturation int
Value int

Méthodes publiques

Méthode 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 méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

HsvColor() public méthode

public HsvColor ( int hue, int saturation, int value ) : System
hue int
saturation int
value int
Résultat System

ToRgb() public méthode

public ToRgb ( ) : RgbColor
Résultat RgbColor

ToString() public méthode

public ToString ( ) : string
Résultat string

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

Hue public_oe property

public int Hue
Résultat int

Saturation public_oe property

public int Saturation
Résultat int

Value public_oe property

public int Value
Résultat int