Skip to content

Instantly share code, notes, and snippets.

@boboboa32
Created January 15, 2013 09:11
Show Gist options
  • Save boboboa32/4537400 to your computer and use it in GitHub Desktop.
Save boboboa32/4537400 to your computer and use it in GitHub Desktop.
local golden_ratio_conjugate = 0.618033988749895
local h = math.random()
h = h + golden_ratio_conjugate
h = h % 1
local r,g,b = HSVtoRGB(h, 0.5, 0.9)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment