defold / defold

Defold is a completely free to use game engine for development of desktop, mobile and web games.
https://www.defold.com
Other
4.38k stars 308 forks source link

Add color picker when editing a color value in a material #9004

Open britzl opened 5 months ago

britzl commented 5 months ago

Some constants in a material are used to set a color, for instance the tint of a sprite.material. In other situations a user defined value can be used to represent a color. It would be nice if the material editor could show a color picker when editing such a value.

aglitchman commented 5 months ago

Related, from my view - https://github.com/defold/defold/issues/6413