bgHsl method

String bgHsl(
  1. num hue,
  2. num saturation,
  3. num lightness
)

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

Implementation

String bgHsl(num hue, num saturation, num lightness) =>
    (_chalk.onHsl(hue, saturation, lightness))(this);