darker method

Rgba darker(
  1. num amount
)

Implementation

Rgba darker(num amount) => Color._createNewTintShadeFromRgba(this, -amount);