EFilterClass

type EFilterClass = (fcConvolve, fcBlur, fcResize, fcCrop, fcInvert, fcGrayScale, fcFlip, fcReverse, fcAmount, fcMosaic, fcBrightness, fcContrast, fcColor, fcHueLumSat, fcSharpen, fcEmboss, fcSoften, fcGammaCorrection, fcRotate, fcMirror, fcTile, fcBevel, fcZoom, fcLighting, fcSobel, fcSepia);

Type Library
TeeChartx

Description
EFilterClass is used when adding new Filter to the Chart. See IFilterItems.Add method.

See note on use of Enum constants in differing development environments.

Values

0 fcConvolve

1 fcBlur

2 fcResize

3 fcCrop

4 fcInvert

5 fcGrayScale

6 fcFlip

7 fcReverse

8 fcAmount

9 fcMosaic

10 fcBrightness

11 fcContrast

12 fcColor

13 fcHueLumSat

14 fcSharpen

15 fcEmboss

16 fcSoften

17 fcGammaCorrection

18 fcRotate

19 fcMirror