ImageEn, unit iexColorPalette |
|
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.
// Display 256 colors for an image that requires 256 colors
IEColorPalette1.MinColors := 256;