LightColor.empty constructor

LightColor.empty()

Creates an empty LightColor object.

Implementation

LightColor.empty()
    : xy = LightColorXy.empty(),
      _originalXy = LightColorXy.empty(),
      gamut = LightColorGamut.empty(),
      gamutType = LightColorGamutType.fromString("");