bgHwb method

String bgHwb(
  1. num hue,
  2. num whiteness,
  3. num blackness
)

Alternate name for onHwb() (provided for legacy compatibility with JS Chalk)

Implementation

String bgHwb(num hue, num whiteness, num blackness) =>
    (_chalk.onHwb(hue, whiteness, blackness))(this);