Function
|
Description
|
void SetFrequency(float value)
|
Sets the Frequency for the effect.
|
float GetFrequency()
|
Returns the current Frequency value.
|
void SetStretchX(float value)
|
Sets the Stretch factor regarding X.
|
float GetStretchX()
|
Returns the current Stretch factor for X.
|
void SetStretchY(float value)
|
Sets the Stretch factor regarding Y.
|
float GetStretchY()
|
Returns the current Stretch factor for Y.
|
void SetStretchZ(float value)
|
Sets the Stretch factor regarding Z.
|
float GetStretchZ()
|
Returns the current Stretch factor for Z.
|
void SetStretch(float value, float value, float value)
|
Sets the Stretch value for X, Y, and Z.
|
void SetContrast(int value)
|
Sets the Contrast value for the effect.
|
int GetContrast()
|
Returns the current Contrast value.
|
void SetDetail(int value)
|
Sets the Detail value for the effect.
|
int GetDetail()
|
Returns the current Detail value.
|
void SetDistinction(int value)
|
Sets the Distinction value for the effect.
|
int GetDistinction()
|
Returns the current Distinction value.
|
void SetDisplayMode(int mode)
|
Sets the Display Mode. See below for a list of constants.
|
int GetDisplayMode()
|
Returns the current Display Mode. See below for a list of constants.
|
void Generate()
|
Creates the effect anew.
|