Page History
...
Global VFB function | Description |
---|---|
vfbControl() | Allows control over the various aspects of the VFB. Type vfbControl() for a list of available parameters. |
vfbControl #show [true/false] | Opens (true) or Closes (false) the VFB window or returns its current display state if called without a value. |
vfbControl #getregion* | Returns an array with four integer elements, representing the pixel coordinates of the VFB render region (left, top, right, bottom). The left and top coordinates are included in the region, the right and bottom one are not. |
vfbControl #setregion* | Sets the VFB render region to the specified coordinates. Uses 4 integer values. For example, vfbControl #setregion 300 100 400 200 |
Anchor | ||||
---|---|---|---|---|
|
Color Correction
...