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

Structure to define CIE L*a*b*.
Afficher le fichier Open project: nohal/RleEditor Class Usage Examples

Méthodes publiques

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

Méthodes publiques

Méthode Description
CIELab ( double l, double a, double b ) : System
Equals ( Object obj ) : bool
GetHashCode ( ) : int
operator ( ) : bool

Method Details

CIELab() public méthode

public CIELab ( double l, double a, double b ) : System
l double
a double
b double
Résultat System

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

Empty public_oe static_oe property

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