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 complete runtime support user-interface-based RGBA and HSV Color Picker.
JT's Color Picker Kit (Godot Plugin)
A complete runtime support user-interface-based RGBA and HSV Color Picker.
How to Install?
You can either download via Asset Library available in Godot Engine, or Download from Releases [here] and follow these steps:
- Download the ZIP file.
- Extract the named plugin folder.
- Copy the folder into your Godot Project
addonsfolder. (If you haven't added the addons folder under theres://folder, then manually create the folder)
All Useful Events and Functions
For a quick way to use it in runtime, look for
UI_ColorPickerInstancescript that attached tocolor-picker.tscn. These are the most useful events and functions:
| Named | Type | Usage |
|---|---|---|
on_color_picked(c: Color) |
Event | Called when confirm selected color. Signal used to receive the color value. |
get_picked_color() -> Color |
Function | Get current cached picked color. |
set_targeted_control(target: Control) |
Function | Setting the target control node for color instance to live send the color. |
Showcase & Screenshots
![]() |
![]() |
|---|
PATCH LOGS
### Version 0.1.0 ###
- Initial Released for Godot 4.3
A complete runtime support user-interface-based RGBA and HSV Color Picker.
Reviews
Quick Information
A complete runtime support user-interface-based RGBA and HSV Color Picker.

