yFromLstar static method

double yFromLstar(
  1. double lstar
)

Implementation

static double yFromLstar(double lstar) =>
    100.0 * _labInvf((lstar + 16.0) / 116.0);