bgHsv method

String bgHsv(
  1. num hue,
  2. num saturation,
  3. num value
)

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

Implementation

String bgHsv(num hue, num saturation, num value) =>
    (_chalk.onHsv(hue, saturation, value))(this);