lighter method

Hsla lighter(
  1. num amount
)

Implementation

Hsla lighter(num amount) =>
    Hsla.fromRgba(Rgba.fromHsla(this).lighter(amount));