Skip to content
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

Color Picker #1389

Open
3 tasks done
VigorWorks opened this issue Sep 28, 2024 · 3 comments
Open
3 tasks done

Color Picker #1389

VigorWorks opened this issue Sep 28, 2024 · 3 comments
Labels
✨ New extension A new extension

Comments

@VigorWorks
Copy link

VigorWorks commented Sep 28, 2024

Description

This is a color picker to change the color of an object based on the user's selection

bandicam.2024-09-27.22-47-45-706.mp4

How to use the extension

To get R: ToString(ColorPicker::r())

To get G: ToString(ColorPicker::g())

To get B: ToString(ColorPicker::b())

to get RGB : ToString(ColorPicker::r()) + ";" + ToString(ColorPicker::g()) + ";" + ToString(ColorPicker::b())

image

Checklist

  • I've followed all of the best practices.
  • I confirm that this extension can be integrated to this GitHub repository, distributed and MIT licensed.
  • I am aware that the extension may be updated by anyone, and do not need my explicit consent to do so.

What tier of review do you aim for your extension?

Community (Unreviewed)

Example file

ColorPicker Example.zip

Extension file

ColorPicker.zip

@VigorWorks VigorWorks added the ✨ New extension A new extension label Sep 28, 2024
Copy link
Contributor

👋 Thanks for your submission! We are sorry, but the filename of the extension has unrecognized characters. Since filenames with weird character can cause all kinds of problems and security flaws, our system won't allow file names with other characters than normal latin upper- and lowercase characters or numbers. Additionally, the first character must be an uppercase character. Please update your original submission post with a new zip file containing your extension with another file name following those guidelines 🙏

@VigorWorks
Copy link
Author

!update
ColorPickerExample.zip

Copy link
Contributor

👋 Thanks for your submission! We are sorry, but the filename of the extension has unrecognized characters. Since filenames with weird character can cause all kinds of problems and security flaws, our system won't allow file names with other characters than normal latin upper- and lowercase characters or numbers. Additionally, the first character must be an uppercase character. Please update your original submission post with a new zip file containing your extension with another file name following those guidelines 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ New extension A new extension
Projects
None yet
Development

No branches or pull requests

1 participant