Skip to content

0.0.7: Add convenience initializers for UIColor, NSColor (#9)

Compare
Choose a tag to compare
@vsanthanam vsanthanam released this 12 Oct 17:17
· 2 commits to main since this release
96afd8a
* Add convenience initializers to `UIKit.UIColor`, `AppKit.NSColor`, and `SwiftUI.Color` to create colors directly from a `MaterialColor` without the use of a static factory method. This is purely syntatic -- both APIs are functionallty identical