ImageEn, unit iexColorCurve

TIEColorCurve.CurveChanged

TIEColorCurve.CurveChanged

Declaration

property CurveChanged: Boolean;

Description

Returns true if the user has adjusted the curve since a source was assigned.

Default: False

Examples

// Update image if user has changed the curve
if IEColorCurve1.CurveChanged then
begin
  IEColorCurve1.ApplyCurve( ImageEnView1.IEBitmap );
  ImageEnView1.Update();
end;

See Also

OnChange
OnCurveEdit
CurveSpecified