c property

HSLColor c
getter/setter pair

Implementation

HSLColor c = HSLColor.fromAHSL(
    1.0, (DateTime.now().millisecondsSinceEpoch) % 32 + 100, 1.0, 0.3);