ImageEn, unit iexColorPalette

TIEColorPalette.MinColors

TIEColorPalette.MinColors


Declaration

property MinColors: integer;


Description

Specify the minimum number of color cells to display. If the specified color set has less than this number then clNone values are appended.


Example

// Display 256 colors for an image that requires 256 colors
IEColorPalette1.MinColors := 256;