Created
June 22, 2015 12:40
-
-
Save bomberstudios/5cf5c8ce2d87dc249caa 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
// Enable background for slice: | |
slice.setHasBackgroundColor(1) | |
// Set background color | |
var color = [MSColor colorWithRed:0.5 green:0.5 blue:0.5 alpha:1] | |
slice.setBackgroundColor(color) | |
// Update inspector | |
context.document.reloadInspector() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Awesome :)
Thank you Ale!