Applies tone correction using specified curve (analogue to Adobe® Photoshop® Curves command).
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub Curves ( _ points As PointF() _ )
public void Curves( PointF[] points )
Type: System.Drawing.PointF []
Array of points used to build the curve.Coordinates are normalized on 1. You specify values in range [0, 1] and they are stretched either to [0, 255] or [0, 65535] depending on pixel format (whether it is extended or not). Note, you still can specify values that are out of [0, 1] range, and algorithm automatically truncates the curve. If all points will be strictly inside of this range, algorithm will add points at:
You can also use Curves class to apply this correction.