@razcore-rad/colorpicker_presets

"Sets the editor color picker presets from


Keywords
addon, gdquest, godot, godotengine
License
MIT
Install
npm install @razcore-rad/colorpicker_presets@0.0.2-alpha

Documentation

✗ 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.

lospec download

Follow the format of placing one hex color value per line:

5e315b
8c3f5d
ba6156
etc.

✗ WARNING

The addon:

  1. Doesn't check the length of the color palette/file.
  2. Skips malformed text lines without warning. It uses the ones it can convert to Color.
  3. Overwrites the ColorPicker presets whenever you reopen the project or re-enable the addon.

✓ Install

  1. Make a new folder at res://addons/ColorPickerPresets/.
  2. Copy the contents of this repository into res://addons/ColorPickerPresets/.
  3. Replace res://addons/ColorPickerPresets/presets.hex with your prefered version.
  4. Enable the addon from Project > Project Settings... > Plugins.
  5. Profit.

install project settings

Where do I find the presets?

They'll be available in the editor ColorPicker.

ColorPicker presets