Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 992 Bytes

File metadata and controls

32 lines (28 loc) · 992 Bytes

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 } }
}