Skip to content

@luminaphoto/lumina-js


@luminaphoto/lumina-js / Shared / TonalCurvePoints

Interface: TonalCurvePoints

Tonal curve control points for professional tonal mapping

Properties

PropertyTypeDescription
endYnumberY-coordinate for curve end point at x=1.0 (whites). Range: 0.0 to 1.0
middlePoints{ x: number; y: number; }[]Array of middle control points between start and end. Each point: x and y both 0.0 to 1.0
startYnumberY-coordinate for curve start point at x=0.0 (blacks). Range: 0.0 to 1.0

Proprietary. All rights reserved.