Class IlluminanceTools
Standard illuminance tools
Inheritance
object
IlluminanceTools
Namespace: Terminaux.Colors.Models.Parsing
Assembly: Terminaux.dll
Syntax
public static class IlluminanceTools
Methods
| Edit this page View SourceGetIlluminantReferences(int, IlluminantType)
Gets the illuminant references
Declaration
public static (double refX, double refY, double refZ) GetIlluminantReferences(int observer, IlluminantType illuminant)
Parameters
| Type | Name | Description |
|---|---|---|
| int | observer | Observer (2 degs or 10 degs) |
| IlluminantType | illuminant | Illuminant type |
Returns
| Type | Description |
|---|---|
| (double refX, double refY, double refZ) | Illuminant references for calculation |
Exceptions
| Type | Condition |
|---|---|
| TerminauxException |