Transforms pixels one by one by given function.
public procedure PointTransform(Transform: TPointTransformFunction; Param1: Single; Param2: Single; Param3: Single);
Pixel neighbors are not taken into account. Param 1-3 are optional parameters for transform function.