Skip to content

Instantly share code, notes, and snippets.

@rudrankriyam
Created July 8, 2021 20:26
Show Gist options
  • Select an option

  • Save rudrankriyam/948ca49aff42f7092c0ea860f6624185 to your computer and use it in GitHub Desktop.

Select an option

Save rudrankriyam/948ca49aff42f7092c0ea860f6624185 to your computer and use it in GitHub Desktop.
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