C# Class Nohal.RleEditor.RleParser.Utils.HSB

Structure to define HSB.
Afficher le fichier Open project: nohal/RleEditor Class Usage Examples

Méthodes publiques

Свойство Type Description
Empty HSB

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Equals ( Object obj ) : bool
GetHashCode ( ) : int
HSB ( double h, double s, double b ) : System

Creates an instance of a HSB structure.

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

HSB() public méthode

Creates an instance of a HSB structure.
public HSB ( double h, double s, double b ) : System
h double Hue value.
s double Saturation value.
b double Brightness value.
Résultat System

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

Empty public_oe static_oe property

Gets an empty HSB structure;
public static HSB,Nohal.RleEditor.RleParser.Utils Empty
Résultat HSB