Class CieLuv
The CieLuv class instance (Observer = 2 degs, Illuminant = D65)
Inheritance
object
CieLuv
Assembly: Terminaux.dll
Syntax
public class CieLuv : CieLuvFull
Methods
|
Edit this page
View Source
Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Overrides
|
Edit this page
View Source
Equals(CieLuv)
Declaration
public bool Equals(CieLuv other)
Parameters
Type |
Name |
Description |
CieLuv |
other |
|
Returns
|
Edit this page
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
|
Edit this page
View Source
IsSpecifierAndValueValid(string)
Does the string specifier represent a valid CieLuv specifier?
Declaration
public static bool IsSpecifierAndValueValid(string specifier)
Parameters
Type |
Name |
Description |
string |
specifier |
Specifier that represents a valid CieLuv specifier
|
Returns
Type |
Description |
bool |
True if the specifier is valid; false otherwise.
|
|
Edit this page
View Source
IsSpecifierValid(string, bool)
Does the string specifier represent a valid CieLuv specifier?
Declaration
public static bool IsSpecifierValid(string specifier, bool checkParts = false)
Parameters
Type |
Name |
Description |
string |
specifier |
Specifier that represents a valid CieLuv specifier
|
bool |
checkParts |
Whether to check the parts count or not
|
Returns
Type |
Description |
bool |
True if the specifier is valid; false otherwise.
|
|
Edit this page
View Source
ParseSpecifier(string)
Parses the specifier and returns an instance of CieLuv
Declaration
public static CieLuv ParseSpecifier(string specifier)
Parameters
Type |
Name |
Description |
string |
specifier |
Specifier of CieLuv
|
Returns
Exceptions
|
Edit this page
View Source
ParseSpecifierToRgb(string, ColorSettings?)
Declaration
public static RedGreenBlue ParseSpecifierToRgb(string specifier, ColorSettings? settings = null)
Parameters
Type |
Name |
Description |
string |
specifier |
Specifier of RGB
|
ColorSettings |
settings |
Settings to use. Use null for global settings
|
Returns
Exceptions
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Operators
|
Edit this page
View Source
operator ==(CieLuv, CieLuv)
Declaration
public static bool operator ==(CieLuv left, CieLuv right)
Parameters
Returns
|
Edit this page
View Source
operator !=(CieLuv, CieLuv)
Declaration
public static bool operator !=(CieLuv left, CieLuv right)
Parameters
Returns