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

Structure to define CIE XYZ.
Exibir arquivo Open project: nohal/RleEditor Class Usage Examples

Public Properties

Property Type Description
Empty CIEYxy

Public Methods

Method Description
CIEYxy ( double Y, double x, double y ) : System
Equals ( Object obj ) : bool
GetHashCode ( ) : int
operator ( ) : bool

Method Details

CIEYxy() public method

public CIEYxy ( double Y, double x, double y ) : System
Y double
x double
y 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 CIEYxy structure.
public static CIEYxy,Nohal.RleEditor.RleParser.Utils Empty
return CIEYxy