|
<< Click To Display Table Of Contents >> You Are Here: Macros For Effects > Static Color Effects (SCE) > SCE Capture |
This effect uses the following functions:
▪This Effect uses Directions. Learn more »Using Direction
▪This Effect uses Look-At Types. Learn more »Using Look-At Types
▪This Effect uses the BPM Control. Learn more »Using BPM Control
▪This Effect uses the Color Controls. Learn more »Using Color Controls
▪This Effect uses the Position Control. Learn more »Using Position Control
Description |
|
void SetExtrusion(float value) |
Sets the Extrusion value in percent of the matrix size (depending on the current look-at type). |
float GetExtrusion() |
Returns the current Extrusion value in percent of the matrix size (depending on the current look-at type). |
void SetPixelExtrusion(int value) |
Sets the Extrusion value in pixels. |
int GetPixelExtrusion() |
Returns the current Extrusion value in pixels. |
void SetRotation(int angle) |
Sets the Rotation globally for all images of the Image List. It is possible to rotate the images by multiples of 90°. This function is equal to the rotation button provided by the GUI of the effect. Valid values for angle are 0, 90, 180, and 270. |
int GetRotation() |
Returns the currently set Rotation. |
void SetTiling(int enable) |
Disables Tile Mode if enable is set to 0 (FALSE), otherwise the Tile Mode will be enabled via 1 (TRUE). |
int GetTiling() |
Returns 1 (TRUE) if Tile Mode is enabled, otherwise 0 (FALSE). |
void ToggleTiling() |
Enables Tile Mode or uses the default setting, depending on the current state. |
void SetSeamless(int enable) |
Disables Seamless if enable is 0 (FALSE), otherwise it will be enabled. |
int GetSeamless() |
Returns 1 (TRUE) if Seamless is enabled, otherwise 0 (FALSE). |
void ToggleSeamless() |
Enables Seamless or uses the default setting, depending on the current state. |
float GetImageWidth() |
Returns the image width of the current image in percent of the matrix width. |
float GetImageHeight() |
Returns the image height of the current image in percent of the matrix height. |
float GetImageDepth() |
Returns the image depth of the current image in percent of the matrix depth. |
int GetImagePixelWidth() |
Returns the image width of the current image in pixels. |
int GetImagePixelHeight() |
Returns the image height of the current image in pixels. |
int GetImagePixelDepth() |
Returns the image depth of the current imagein pixel. |
float GetCurrentPositionX() |
Returns the X-position of the current image in percent of the matrix width. |
float GetCurrentPositionY() |
Returns the Y-position of the current image in percent of the matrix height. |
float GetCurrentPositionZ() |
Returns the Z-position of the current image in percent of the matrix depth. |
int GetCurrentPixelPositionX() |
Returns the X-position of the current image in pixels. |
int GetCurrentPixelPositionY() |
Returns the Y-position of the current image in pixels. |
int GetCurrentPixelPositionZ() |
Returns the Z-position of the current image in pixels. |
int GetLoaded() |
Returns 1 (TRUE) if a capture device is selected and started, otherwise 0 (FALSE). |
void SetStretchMode(int mode) |
Sets the Stretch mode. See below for details. |
int GetStretchMode() |
Returns the Stretch mode. See below for details. |
void SetGrayscale(int enable) |
Disables Grayscale if enable is set to 0 (FALSE). Otherwise it can be enabled using 1 (TRUE). |
int GetGrayscale() |
Returns 1 (TRUE) if Stretch mode is enabled, otherwise 0 (FALSE). |
void ToggleGrayscale() |
Enables Stretch mode or uses the default setting, depending on the current state. |
void SetRgbw(int enable) |
Disables the RGB-To-RGBW mode if enable is 0 (FALSE), otherwise it can be enabled using 1 (TRUE). |
int GetRgbw() |
Returns 1 (TRUE) if RGB-To-RGBW mode is enabled, otherwise 0 (FALSE). |
void ToggleRgbw() |
Enables RGB-To-RGBW mode or uses the default setting, depending on the current state. |
void SetFilteringMode(int mode) |
Sets the Filtering mode. See below for details. |
int GetFilteringMode() |
Returns the Filtering mode. See below for details. |
Disables Alpha if enable is 0 (FALSE), otherwise it can be enabled using 1 (TRUE). |
|
Returns 1 (TRUE) if Alpha is enabled, otherwise 0 (FALSE). |
Sets the Dynam. Range minimum and maximum values. Valid values range from 0 to 255. Please note: The user interface allows you to set minimum and maximum to the same value; internally a difference of 1 is used for calculations. |
|
int GetDynamicRangeMin() |
Returns the current Dynam. Range minimum value. |
int GetDynamicRangeMax() |
Returns the current Dynam. Range maximum value. |
Value |
Description |
int STRETCH_MODE_NONE |
Sets the stretch mode to None (no stretching). |
int STRETCH_MODE_MATRIX |
Sets the stretch mode to Matrix (stretches to the current aspect ratio of the matrix). |
int STRETCH_MODE_ORIGINAL |
Sets the stretch mode to Original (stretches to the original aspect ratio of the source). |
int STRETCH_MODE_4_TO_3 |
Sets the stretch mode to 4:3. |
int STRETCH_MODE_16_TO_9 |
Sets the stretch mode to 16:9. |
Value |
Description |
int FILTERING_MODE_NEAREST_NEIGHBOR |
Sets the Filtering Mode to None (no filtering). |
int FILTERING_MODE_LINEAR |
Sets the Filtering Mode to Linear (may require additional performance). |
| MADRIX 3.23. |
| [Ctrl & +/-] = Zoom In/Out | [Ctrl & 0] = 100% |
|
Previous Next
|
|
Enable Automatic Translation | Activer La Traduction Automatique | 启用自动翻译 |