Any hacks or ways to get the native color picker?
In Photoshop we can do this:
app.showColorPicker()In After Effects, you can prompt the native color picker through a somewhat hacky means:
- Create a new layer
- Add a Color expression control and select it
- Invoke the "Edit Value" menu command
I'm well aware of the $.colorPicker route, but would love to find some means (C++, JSX, HTML) to prompt AI's native color picker no matter how hacky it might be. Any one have any ideas or solutions to this?
