TImagingCanvas.PointTransform Method
TImagingCanvas Class

Transforms pixels one by one by given function.

Class
Pascal
public procedure PointTransform(Transform: TPointTransformFunction; 
                                Param1: Single; 
                                Param2: Single; 
                                Param3: Single);
Description

Pixel neighbors are not taken into account. Param 1-3 are optional parameters for transform function.

Related Information
You are here: Symbol Reference > Classes > TImagingCanvas Class > Methods > PointTransform Method