ImageEn, unit iexColorCurve

TIEColorCurve.PreviewImageEnView

TIEColorCurve.PreviewImageEnView


Declaration

property PreviewImageEnView: TImageEnView;


Description

If assigned, a preview of the effect of the color curve will be displayed in a TImageEnView object.

Note:
 If your TImageEnView contains multiple layers, the preview is displayed in the active layer. You will need to ensure that it is a TIEImageLayer.
 For performance, the preview image is output at the display size (size of the TImageEnView). For a full size preview, enable PreviewFullSize.


Example

// Display preview of curve effect in ImageEnView1
IEColorCurve1.PreviewImageEnView := ImageEnView1;