invert method

LightSource invert()

Implementation

LightSource invert() => LightSource(dx * -1, dy * -1);