LightColorXy.empty constructor

LightColorXy.empty()

Creates an empty LightColorXy object.

Implementation

LightColorXy.empty()
    : _x = 0.0,
      _originalX = 0.0,
      _y = 0.0,
      _originalY = 0.0;