✗ WARNING: Moved to
https://github.com/GDQuest/godot-colorpicker-presets/
Godot ColorPicker Presets
Reads a color presets hex file in the addon local directory, called presets.hex
. It adds the colors to the editor ColorPicker for quick access.
This repository includes a presets.hex
file as an example. It's the Pear36 color palette and you can directly download it from lospec.
Follow the format of placing one hex color value per line:
5e315b
8c3f5d
ba6156
etc.
✗ WARNING
The addon:
- Doesn't check the length of the color palette/file.
- Skips malformed text lines without warning. It uses the ones it can convert to
Color
. - Overwrites the ColorPicker presets whenever you reopen the project or re-enable the addon.
✓ Install
- Make a new folder at
res://addons/ColorPickerPresets/
. - Copy the contents of this repository into
res://addons/ColorPickerPresets/
. - Replace
res://addons/ColorPickerPresets/presets.hex
with your prefered version. - Enable the addon from
Project > Project Settings... > Plugins
. - Profit.
Where do I find the presets?
They'll be available in the editor ColorPicker.