MacosColor constructor

const MacosColor(
  1. int value
)

Construct a color from the lower 32 bits of an int.

Implementation

const MacosColor(super.value);