Created
October 18, 2020 01:07
-
-
Save blsage/b1669f557351e322a5bbce273a8cdf83 to your computer and use it in GitHub Desktop.
SwiftUI integer RBG color initialization
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import SwiftUI | |
import iColor | |
struct ContentView: View { | |
var body: some View { | |
Color(red: 250, green: 250, blue: 250) | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment