Created
July 8, 2021 20:26
-
-
Save rudrankriyam/948ca49aff42f7092c0ea860f6624185 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| struct RGBView: View { | |
| @State var targetRed = random() | |
| @State var targetGreen = random() | |
| @State var targetBlue = random() | |
| @State var yourRed = rgbColor | |
| @State var yourGreen = rgbColor | |
| @State var yourBlue = rgbColor | |
| // rest of the thousands of lines of code | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment