paint.net

documentation

Revision Date: 15 January 2023

Working with Palettes

Paint.net palettes contain 96 colors and are viewable in the Colors Window. When the Colors Window is minimized, the first 32 colors in the current palette are shown. When the Colors Window is expanded with the More » button, all 96 colors will be shown.

Palettes are easily customized. By defining different colors as part of a palette, colors frequently used in a composition are immediately available for selection.

Two icons situated immediately above the palette in the Colors Window are used to manage the colors.

Palette Management icons
Palette Management Icons

Adding Colors to the Palette Add Color Icon

This icon is colored with the shade associated with the active color (Primary or Secondary).

Click the icon to add the active color to the palette. The icon will become highlighted and the palette surround will start to blink.  Click any location in the palette to replace the existing color with the new one.

Click the icon again to deselect it and exit the color insertion mode.

Managing Palettes Swatch Icon

This icon opens a sub menu which provides access to commands for managing entire palettes:

Palettes Menu
Palette Menu

The first items in the sub menu represent available custom palettes (if there are any).  In the image above, two custom palettes named Pastels and Vibrant can be seen.

Load a custom palette by clicking on its name.

Custom palettes are loaded from two possible locations. Both will be scanned for palettes.
C:\Users\[UserName]\Documents\paint.net User Files\Palettes
C:\Users\[UserName]\Documents\paint.net App Files\Palettes
 

Save Icon  Save Current Palette As... saves the current palette to a custom palette file. Once the file is saved it will be available for selection at the top of the sub menu.

Open Icon  Open Palettes Folder starts Windows Explorer in the location where palettes are stored. The default location is C:\Users\[UserName]\Documents\paint.net User Files\Palettes. If the palettes folder does not exist, clicking this menu item will create the folder, then open it.

Reset Icon  Reset to Default Palette reopens the default paint.net palette.

Palette Files

Palette files are simple text (*.txt) files, that can be created and edited in most word processors.  Each file contains color information listed one shade per row in eight digit hexadecimal notation. The format used is aarrggbb where aa is the Alpha value, rr is the Red value, gg is the Green value and bb the Blue value).

Hexadecimal Color Values
aarrggbb Hexadecimal Color Value

A sample palette with explanatory header is shown below.

; paint.net Palette File
; Lines that start with a semicolon are comments
; Colors are written as 8-digit hexadecimal numbers: aarrggbb
; For example, this would specify green: FF00FF00
; The alpha ('aa') value specifies how transparent a color is. FF is fully opaque, 00 is fully transparent.
; A palette usually consists of ninety six (96) colors. If there are less than this, the remaining color
; slots will be set to white (FFFFFFFF). If there are more, then the remaining colors will be ignored.
FF000000
FF404040
FFFF0000
FFFF6A00
FF23FFBD
FFB6FF00
FF4CFF00
FF00FF21
FF00FF90
FF00FFFF
FFFFFA7C
FF0026FF
FF4800FF
...