Palette Type

PotterDraw

Palette Type

This selects a palette type, which determines how the palette is used for texture synthesis.

TypeDescription
LinearThe palette colors are mapped into a one-dimensional texture. The texture is one pixel high, forming a single row which is divided into linear swatches, one for each of the palette's colors. The size of each swatch is determined by the Color Sharpness, thus the texture's width equals the color sharpness times the number of colors.
ComplementThe palette colors and their complements are mapped into a two-dimensional texture. The texture is two pixels high, and its width is the number of colors times the Color Sharpness. The first row contains the palette colors, and the second row contains their complements, in reverse order. In other words, if the palette consists of red, green and blue, the second row will be yellow, magenta, and cyan.
SplitThe palette colors are mapped into a two-dimensional texture. The texture is two pixels high, and its width is half the number of colors times the Color Sharpness. The first row contains the first half of the palette, and the second row contains the second half. The palette should contain an even number of colors, otherwise its last color will be skipped.