....
> Is there any way to force Labview to use the default palette, even
> when there are insufficient unique colors available in the palette.
Not without changes to the LV source code. I believe that LV tries to
allocate the 5x5x5 color cube using shared colors. Unfortunately, if
the colors do not match close enough, then the color allocations will
start to fail. At that point the colors are freed and LV resorts to
using a private color table. Without changing LV source to try another
scheme, this how it works. There might be one other option, but that is
to force LV to be black and white. Problem is, I'm not sure this option
was fully completed.
Greg McKaskle