ImageEn, unit imageenproc

ppeColorAdjustments


Declaration

ppeColorAdjustments = [peContrast, peHSV, peHSL, peRGB, peEqualize, peGamma, peAutoEnhance, peColorCurve, peLevels, peOtherColor];


Description

A set of TPreviewEffects that adjust the color of the image.


Examples

// Prompt user to perform color adjustment effects
ImageEnView1.Proc.DoPreviews( ppeColorAdjustments );




See Also

ppeEditingFunctions
ppeSpecialEffects


Compatibility Notes

Prior to v6.0.0, the set ppeColorAdjust existed. It was defined as follows:
ppeColorAdjust = [peContrast, peHSV, peHSL, peRGB, peEqualize, peFFT, peGamma, peSharpen, peAutoEnhance, peColorCurve, peLevels, peTransparency, peOtherColor];