Class CieLchFull
The CieLch class instance
Inheritance
object
CieLchFull
Assembly: Terminaux.dll
Syntax
public class CieLchFull : BaseColorModel
Properties
|
Edit this page
View Source
C
The chroma value [0.0 -> 131.0]
Declaration
Property Value
|
Edit this page
View Source
H
The hue angle value [0.0 -> 230.0]
Declaration
Property Value
|
Edit this page
View Source
Illuminant
Declaration
public IlluminantType Illuminant { get; }
Property Value
|
Edit this page
View Source
L
The lightness value [0.0 -> 100.0]
Declaration
Property Value
|
Edit this page
View Source
Observer
The observer [either 2 degs or 10 degs]
Declaration
public int Observer { get; }
Property Value
Methods
|
Edit this page
View Source
Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Overrides
object.Equals(object)
|
Edit this page
View Source
Equals(CieLchFull)
Declaration
public bool Equals(CieLchFull other)
Parameters
Returns
|
Edit this page
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
object.GetHashCode()
|
Edit this page
View Source
IsSpecifierAndValueValid(string)
Does the string specifier represent a valid CieLch specifier?
Declaration
public static bool IsSpecifierAndValueValid(string specifier)
Parameters
Type |
Name |
Description |
string |
specifier |
Specifier that represents a valid CieLch 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 CieLch specifier?
Declaration
public static bool IsSpecifierValid(string specifier, bool checkParts = false)
Parameters
Type |
Name |
Description |
string |
specifier |
Specifier that represents a valid CieLch 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 CieLchFull
Declaration
public static CieLchFull ParseSpecifier(string specifier)
Parameters
Type |
Name |
Description |
string |
specifier |
Specifier of CieLch
|
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()
cielch:<L>;<A>;<B>;<Observer>;<Illuminant>
Declaration
public override string ToString()
Returns
Overrides
object.ToString()
Operators
|
Edit this page
View Source
operator ==(CieLchFull, CieLchFull)
Declaration
public static bool operator ==(CieLchFull left, CieLchFull right)
Parameters
Returns
|
Edit this page
View Source
operator !=(CieLchFull, CieLchFull)
Declaration
public static bool operator !=(CieLchFull left, CieLchFull right)
Parameters
Returns