Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
A new Color Picker node for Small UI.First Enable the Plugin from Editor Settings then search for ColPicker node and add it to the scene.it has 2 colors primary_color and secondary_colorto change primary_color use the Left Mouse Button.to change secondary_color use the Right Mouse Button.secondary_color can be disabled to work with only one color [primary_color].pressing on the color buttons will popup a new panel to edit RGB, HSV, Hex or to pick a color from the screen [you can press Right click to disable color picking].
godot-colpicker
A new open-source Godot Color Picker
This is a work in progress for a new Color Picker for Godot Engine, download and add ColPicker folder to your project then a new ColPicker node will appear in Contror nodes inherited from VBoxContainer.
Features:
it has two colors Primary/Secondary , left mouse button will change the primary color and right mouse button will change the secondary color but also you can use it with only one color by disabling the secondary color. can be resized to a minimum of 96x144.
New updates will include :
buttons will show a popup allowing to change HEX/RGBA/HSV or copy the color. will add a hex value editor and a screen color picker which will work the same way LMB to pick primary color and RMB to pick Secondary color. will add presets on top of color picker and make it optional.
The code needs some clean-up but it works fine and optimized for performance.
A new Color Picker node for Small UI.
First Enable the Plugin from Editor Settings then search for ColPicker node and add it to the scene.
it has 2 colors primary_color and secondary_color
to change primary_color use the Left Mouse Button.
to change secondary_color use the Right Mouse Button.
secondary_color can be disabled to work with only one color [primary_color].
pressing on the color buttons will popup a new panel to edit RGB, HSV, Hex or to pick a color from the screen [you can press Right click to disable color picking].
Reviews
Quick Information
A new Color Picker node for Small UI.First Enable the Plugin from Editor Settings then search for ColPicker node and add it to the scene.it has 2 colors primary_color and secondary_colorto change primary_color use the Left Mouse Button.to change secondary_color use the Right Mouse Button.secondary_color can be disabled to work with only one color [primary_color].pressing on the color buttons will popup a new panel to edit RGB, HSV, Hex or to pick a color from the screen [you can press Right click to disable color picking].