PhaserEditor2D / PhaserEditor

A friendly IDE to develop HTML5 games based on the Phaser framework.
https://phasereditor2d.com
Eclipse Public License 1.0
330 stars 45 forks source link

Suggest other Color picker #55

Closed antn9x closed 6 years ago

antn9x commented 7 years ago

Current color picker is cannot paste color style like this: "#ebedea". Please improve color picker to us can paste color code easier, may be use JFX color picker?

PhaserEditor2D commented 7 years ago

For the moment we prefer to use the native color picker. However, maybe the best is to enable the user to use an improved cross-platform color picker or the native color dialog.

Similar issue: https://github.com/boniatillo-com/PhaserEditor/issues/21

PhaserEditor2D commented 6 years ago

Now you can select to use the native color dialog or the cross-platform Java Swing dialog:

Just go to Windows > Preferences > Phaser Editor > Dialogs

image

In the cross-platform dialog you have many options, in the RGB tab, you can set the color value using a hex format.

image