Skip to content

Instantly share code, notes, and snippets.

@marianomike
Last active September 30, 2017 23:37
Show Gist options
  • Save marianomike/5e43cb4900829dc6d78f2fdeb0b78155 to your computer and use it in GitHub Desktop.
Save marianomike/5e43cb4900829dc6d78f2fdeb0b78155 to your computer and use it in GitHub Desktop.
for (var i = 0; i < sharedStyles.numberOfSharedStyles(); i++){
layerStyle = sharedStyles.objects().objectAtIndex(i);
var colorName = String(layerStyle.name());
var colorHex = "#" + layerStyle.value().firstEnabledFill().color().immutableModelObject().hexValue();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment