Packed ARGB color stored as a 64-bit value.
The bit layout matches Compose's Color.value (each channel 16 bits: alpha, red, green, blue). Conversion from a Compose Color in :scanner-ui is zero-cost: Color(composeColor.value.toLong())
Packed color value compatible with Compose color storage.