GDevelopApp / GDevelop-extensions

Repository of behaviors, actions, conditions and expressions to be used in GDevelop for creating games
https://gdevelop.io
MIT License
129 stars 51 forks source link

Color Picker #1389

Open VigorWorks opened 4 hours ago

VigorWorks commented 4 hours ago

Description

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

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

What tier of review do you aim for your extension?

Community (Unreviewed)

Example file

ColorPicker Example.zip

Extension file

ColorPicker.zip

github-actions[bot] commented 4 hours ago

👋 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 commented 4 hours ago

!update ColorPickerExample.zip