ColorCurve

app.command.ColorCurve {
  ui=true,
  channels=FilterChannels...,
  curve={ Point, Point, Point... }
}

Example

app.command.ColorCurve {
  ui=true,
  channels=FilterChannels.RED,
  curve={ { 0, 0 }, { 255, 128 } }
}