This extension adds a modern color picker dialog to MIT App Inventor and Niotron apps.
Users can easily select colors using a popup dialog, and the selected color is returned to the app.
- Opens a color picker dialog
- Returns selected color and name
- Includes Cancel option
- Works with MIT App Inventor, Niotron, Kodular, and others
- Import the
.aixfile into MIT App Inventor. - Drag the ColorPicker component into your project.
- Call
ShowDialogto open the color picker. - Use the
OnColorSelectedevent to get the chosen color.
colorpicker.aix— The compiled extensionsrc/— Java source code
Developed by Obsidian Soft by Amna Mahmood
