Elin Decompiled Documentation EA 23.102 Nightly
|
Static Public Member Functions | |
static Lab | RgbToLab (Color rgb) |
static Lab | XyzToLab (Xyz xyz) |
static Xyz | RgbToXyz (Color rgb) |
Static Private Member Functions | |
static float | PivotXyz (float n) |
static float | CubicRoot (float n) |
static float | PivotRgb (float n) |
Static Private Attributes | |
const float | Epsilon = 0.008856f |
const float | Kappa = 903.3f |
static readonly Xyz | WhiteReference |
Definition at line 4 of file ColorConverter.cs.
|
inlinestaticprivate |
Definition at line 45 of file ColorConverter.cs.
Referenced by PivotXyz().
|
inlinestaticprivate |
Definition at line 63 of file ColorConverter.cs.
Referenced by RgbToXyz().
|
inlinestaticprivate |
Definition at line 36 of file ColorConverter.cs.
References CubicRoot().
Referenced by XyzToLab().
Definition at line 17 of file ColorConverter.cs.
References RgbToXyz(), and XyzToLab().
Referenced by ColorComparer.Compare().
Definition at line 50 of file ColorConverter.cs.
References PivotRgb().
Referenced by RgbToLab().
Definition at line 22 of file ColorConverter.cs.
References PivotXyz(), WhiteReference, Xyz.X, Xyz.Y, and Xyz.Z.
Referenced by RgbToLab().
|
staticprivate |
Definition at line 6 of file ColorConverter.cs.
|
staticprivate |
Definition at line 8 of file ColorConverter.cs.
|
staticprivate |
Definition at line 10 of file ColorConverter.cs.
Referenced by XyzToLab().