Skip to content

Palette

Node icon
Color

Defines a named color palette with up to 32 slots. This is the source for Palette Remap’s variant generation.

The Palette node stores a collection of named colors. Each slot has a name (like “Crimson” or “Forest”) and an RGBA color value. You can add up to 32 slots.

This is one half of ArcBrush’s killer feature. Wire a Palette into Palette Remap, and the remap node generates one variant for every slot, each with the slot’s color and the slot’s name used for file naming in Export Batch.

You can import palette files from other apps using the Import button in the Palette node’s properties panel. ArcBrush auto-detects the format and loads all color slots and names.

FormatExtensionTypeProduced by
GIMP Palette.gplTextGIMP, Krita, Aseprite, Inkscape
Adobe Swatch Exchange.aseBinaryAdobe Photoshop, Illustrator, Affinity
Microsoft / JASC PAL.palBinary or TextPaint Shop Pro, Aseprite
Aseprite Sprite.asepriteBinaryAseprite (extracts palette from sprite file)
FormatExtensionNotes
GIMP Palette.gplText-based, widely compatible
Adobe Swatch Exchange.aseBinary, RGB color model
JASC PAL.palText variant, compatible with Aseprite and Paint Shop Pro
  • Imported colors replace all existing palette slots.
  • Color names are preserved when the format supports them (GPL, ASE, Aseprite). Unnamed colors are auto-labeled “Color 1”, “Color 2”, etc.
  • .pal files are auto-detected as either RIFF PAL (binary) or JASC-PAL (text).
  • .aseprite files are full sprite files. ArcBrush scans the frames and extracts the embedded palette chunk.
  • ASE files with CMYK colors are automatically converted to RGB on import.
  • Maximum of 32 palette slots.

General

Palette NameText
Default: My Palette Range: 128 chars

Display name for this palette

Color

Slot listjson-array
Default: 1 white slot Range: max 32

Named color slots: `{ name, r, g, b, a }`

  • Name your palette slots descriptively, since these names are used as filenames by Export Batch.
  • Use the eyedropper to pick colors from reference images.
  • Wire the same Palette into multiple Palette Remap nodes to generate variants across different assets.
  • Import .gpl or .ase palettes from your existing design tools to reuse brand colors or established palettes directly in your graph.
  • Export your palette as .gpl to share it with GIMP, Krita, or other team members.