ImageEn, unit iexColorPalette |
|
TIEColorPalette.AppendHuePalette
Declaration
procedure AppendHuePalette(ColorCount: Integer = 256; MinHue : Integer = 0; MaxHue : Integer = 360; Saturation: Integer = 99; Value: Integer = 99);
Description
Append a set of hue values in the range
MinHue to
MaxHue.
Note: Colors are appended, so use
Clear if you wish to replace the existing colors.
// Display the range of hues
ColorPalette1.Clear();
IEColorPalette1.AppendHuePalette( 80 );
See Also
◼GenerateHuePalette◼AppendColorLuminancePalette◼AppendGradientPalette