bgHwb method
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);
Alternate name for onHwb() (provided for legacy compatibility with JS Chalk)
String bgHwb(num hue, num whiteness, num blackness) =>
(_chalk.onHwb(hue, whiteness, blackness))(this);