-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Export as glsl vec3[] #48
Comments
it'd be rly nice to be able to copy it to clipboard |
It should be possible by adding a custom format in the settings window and setting the clipboard format to it, something like |
oh, thanks, this is very cool! :) just wish it could copy to clipboard: vec3[](
vec3(.0,.0,.0),
vec3(.0,.0,.0),
vec3(.0,.0,.0)
); It is copying the hex values 🤔 |
You mean exporting a whole palette of colors as this format? That is indeed not possible at the moment, only clipboard format of single color can be modified. I think the way to proceed here is to add a way to define custom copy format for copying the whole palette so that users could define their own formats rather than wait for it to be merged into master. I'll have a look into this after this weekend as I have no access to a computer. |
feature request.
The text was updated successfully, but these errors were encountered: