Capture

Captures the screen of the external window and saves it to a user-defined file.

Syntax

<Curve Editor Object> Capture <filePath>, <width>, <height>

Description

Performs a screen capture of the external window, with the curve as-is. For example, if the curve is zoomed out, then the image will also be zoomed out.

Arguments

filePath
The location the file is being saved to, including the file type extension.
width
The width of the image in pixels.
height
The height of the image in pixels.

Returns

None.

Example

$editor Capture D:/images/pic.jpg 400 400