Skip to content

Instantly share code, notes, and snippets.

@darkwark
Last active August 29, 2015 14:09
Show Gist options
  • Save darkwark/bdd801de0c9aabfa55b7 to your computer and use it in GitHub Desktop.
Save darkwark/bdd801de0c9aabfa55b7 to your computer and use it in GitHub Desktop.
var color = app.foregroundColor.rgb,
output = "RGB("+
color.red + ", " +
color.green + ", " +
color.blue +
")";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment