lstarFromY static method

double lstarFromY(
  1. double y
)

Implementation

static double lstarFromY(double y) => _labF(y / 100.0) * 116.0 - 16.0;