ViewingConditions.defaultWithBackgroundLstar constructor

ViewingConditions.defaultWithBackgroundLstar(
  1. double lstar
)

Implementation

factory ViewingConditions.defaultWithBackgroundLstar(double lstar) => .make(
  ColorUtils.whitePointD65(),
  (200.0 / math.pi * ColorUtils.yFromLstar(50.0) / 100.0),
  lstar,
  2.0,
  false,
);