Releases: alvmo/HexColors
Releases · alvmo/HexColors
Update HexColors.swift for MacCatalyst
v1.0.0
Swift Macros for color types on Apple platforms that are validated at compile time:
let red = #color("#f00")
let green = #uiColor(0x0f0)
let blue = #nsColor("#0000ff")
let clear = #cgColor(0x00000000)