Searched refs:pivotXyzComponent (Results 1 – 1 of 1) sorted by relevance
498 x = pivotXyzComponent(x / XYZ_WHITE_REFERENCE_X);499 y = pivotXyzComponent(y / XYZ_WHITE_REFERENCE_Y);500 z = pivotXyzComponent(z / XYZ_WHITE_REFERENCE_Z);609 private static double pivotXyzComponent(double component) { in pivotXyzComponent() method in ColorUtils