Function
|
Description
|
void SetDrop(int value)
|
Sets the Drop value.
|
float GetDrop()
|
Returns the Drop value.
|
void SetAmplification(int value)
|
Sets the Amplification value.
|
int GetAmplification()
|
Returns the Amplification value.
|
void SetLimitMin(int value)
|
Sets the Limit minimum value.
|
int GetLimitMin()
|
Returns the Limit minimum value.
|
void SetLimitMax(int value)
|
Sets the Limit maximum value.
|
int GetLimitMax()
|
Returns the Limit maximum value.
|
void SetOuterGlow(int value)
|
Sets the Outer Glow value.
|
int GetOuterGlow()
|
Returns the Outer Glow value.
|
void SetInnerGlow(int value)
|
Sets the Inner Glow value.
|
int GetInnerGlow()
|
Returns the Inner Glow value.
|
void SetBorder(int value)
|
Sets the Border value.
|
int GetBorder()
|
Returns the Border value.
|
void SetLogarithmic(int value)
|
Sets the Logarithmic option. Use TRUE to activate it. Use FALSE to deactivate it.
|
int GetLogarithmic()
|
Returns TRUE, if the Logarithmic option is activated, otherwise FALSE.
|
void ToggleLogarithmic()
|
Toggles the Logarithmic option.
|
void SetMono(int value)
|
Sets the Mono option. Use TRUE to activate it. Use FALSE to deactivate it.
|
int GetMono()
|
Returns TRUE, if the Mono option is activated, otherwise FALSE.
|
void ToggleMono()
|
Toggle the Mono option.
|
void SetColorMode(int value)
|
Sets the Color Mode. See below for a list of constants.
|
int GetColorMode()
|
Returns the current Color Mode. See below for a list of constants.
|
void SetDisplayMode(int value)
|
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 SetOuterGlowInterpolationType(int type)
|
Sets the Outer Glow Interpolation Type. See below for a list of constants.
|
float GetOuterGlowInterpolationType()
|
Returns the current Outer Glow Interpolation Type .
|
void SetInnerGlowInterpolationType(int type)
|
Sets the Inner Glow Interpolation Type. See below for a list of constants.
|
int GetInnerGlowInterpolationType()
|
Returns the current Inner Glow Interpolation Type .
|
void SetProportion(float value)
|
Sets the Proportion of objects. Valid values range from 0.01 to 100.
|
float GetProportion()
|
Returns the currently set Proportion.
|
void SetDiagonals(float value)
|
Sets the Diagonals of objects. Valid values range from 0.01 to 100.
|
float GetDiagonals()
|
Returns the currently set Diagonals.
|