Skip to content

Instantly share code, notes, and snippets.

@blsage
Created October 18, 2020 01:07
Show Gist options
  • Save blsage/b1669f557351e322a5bbce273a8cdf83 to your computer and use it in GitHub Desktop.
Save blsage/b1669f557351e322a5bbce273a8cdf83 to your computer and use it in GitHub Desktop.
SwiftUI integer RBG color initialization
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