Skip to content

Releases: alvmo/HexColors

Update HexColors.swift for MacCatalyst

29 Aug 12:34
f06115b
Compare
Choose a tag to compare

What's Changed

  • Update HexColors.swift for MacCatalyst by @JoeMatt in #1

New Contributors

Full Changelog: v1.0.0...v1.0.1

v1.0.0

11 Oct 11:58
Compare
Choose a tag to compare

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)