inverted property

  1. @override
RgbColor inverted

Inverts the values of this ColorModel, excluding alpha, in its own color space.

Implementation

@override
RgbColor get inverted => super.inverted.cast();