Coder Social home page Coder Social logo

godot-color-palette's Introduction

Godot Color Palette Plugin

Manage color palettes from within Godot to make coloring and theming easier!

Watch the feature demo

Sample

Quick Reference Docs

To install the plugin, download the repository and put the folder addons/godot-color-palette into your project directory (res://). Or download directly from the asset library within the Godot editor.

Go to Project -> Settings -> Plugins, and activate the plugin. A new "Color Palette" tab should appear at the bottom, near "Output", "Debugger", etc.

In this tab you can view and manage your colors and palettes.

Basic Usage

Palette management

  • Set the palette directory to where palette files (GIMP Palettes, .gpl files) should be stored. This is where palettes are saved to. Also, if you download palettes online or bring existing ones from GIMP or Aseprite, they should go here.
  • Add new palettes by giving them a name and clicking the plus button next to the text box.
  • Click the reload button to reload all palette files and refresh the list.

Color Management

  • To add a new color to a palette, select the palette by clicking on it's name. You can then choose a color with the color picker and press the plus button above the picker to add it to the color list.
  • To edit a color, click on the color in the palettes color list. Edit the color in the color picker, and then click the override button above the picker (it's to the left of the Add button)
  • Click and drag colors in the list to rearrange them
  • These actions have undo-redo ability.

Integration with Editor Color Picker

  • Click "Load into Picker" to load the palette into the editor's color picker presets. NOTE: Sometimes the picker may not refresh immediately. To resolve this, change scene tabs or go to Scene > Revert Scene. This is due to the logic of when the editor refreshes the presets from the editor settings, and cannot be resolved in this plugin.
  • Click "Load from Picker" to get the colors currently in the color picker presets into this palette. This overrides the current palette, and cannot currently be undone

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.