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

Structure to define CIE L*a*b*.
Mostrar archivo Open project: nohal/RleEditor Class Usage Examples

Public Properties

Property Type Description
Empty CIELab

Public Methods

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

Method Details

CIELab() public method

public CIELab ( double l, double a, double b ) : System
l double
a double
b double
return System

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

operator() public static method

public static operator ( ) : bool
return bool

Property Details

Empty public_oe static_oe property

Gets an empty CIELab structure.
public static CIELab,Nohal.RleEditor.RleParser.Utils Empty
return CIELab