uliwitness / Stacksmith

An intuitive software erector kit targeted at people new to programming, but with enough potential to stay useful once they've learned, inspired by HyperCard.
http://stacksmith.org
128 stars 13 forks source link

Need script access to color picker #65

Open uliwitness opened 9 years ago

uliwitness commented 9 years ago

The system color picker palette should be accessible from scripts to retrieve RGB colors. Bonus points if we can support adding a stack's cards as custom color pickers to it.

uliwitness commented 7 years ago

Could probably implement this like the message watcher for now. A CScriptableObject that scripts can reference and use to hide/show it, with a property they can set/get to set/retrieve the color. If we expose a way to switch between the different color pickers, we'd have to be careful that it would still make sense on other platforms, that may only have one kind of picker, or may have ones macOS doesn't.