void SetColorMode(int value)
|
Sets the Color Mode value. See below for a list of constants.
|
int GetColorMode()
|
Returns the currently set Color Mode.
|
void SetInterpolationType(int value)
|
Sets the Interpolation Type. See below for a list of constants.
|
int GetInterpolationType()
|
Returns the currently set Interpolation Type.
|
void SetWidth(float value)
|
Sets the Width value, which is the width of the objects, in percent of the matrix size. Valid values for value range from 0.01 to 100.
|
float GetWidth()
|
Returns the currently set Width.
|
void SetPeakWidth(float value)
|
Sets the Peak Width value, which is the extent of the peak, in percent of the Width. Valid values for value range from 0 to 100.
|
float GetPeakWidth()
|
Returns the currently set Peak Width.
|
void SetPeakPosition(float value)
|
Sets the Peak Position value, in percent whereas 0 is the middle of the Width. Valid values for value range from -100 to +100.
|
float GetPeakPosition()
|
Returns the currently set Peak Position.
|
void SetCrossWidth(float value)
|
Sets the Cross Width value in percent. Valid values for value range from 1 to 100.
|
float GetCrossWidth()
|
Returns the currently set Cross Width.
|
void SetCrossAxes(int value)
|
Sets the Cross Axis value. See below for a list of constants.
|
int GetCrossAxes()
|
Returns the Cross Axis. See below for a list of constants.
|
void SetCount(int value)
|
Sets the object Count value, which is the number of the displayed objects. Valid values for value range from 1 to 100.
|
int GetCount()
|
Returns the current object Count.
|
void SetColorFadeIn(int value)
|
Sets the Fade-In value for the Color Fade. Valid values for value range from 0 to 100.
|
float GetColorFadeIn()
|
Returns the currently set Color Fade-In.
|
void SetColorFadeOut(int value)
|
Sets the Fade-Out value for the Color Fade. Valid values for value range from 0 to 100.
|
float GetColorFadeOut()
|
Returns the currently set Color Fade-Out.
|
void SetBounceMode(int value)
|
Sets the Bounce Mode value. See below for a list of constants.
|
int GetBounceMode()
|
Returns the currently set Bounce Mode.
|
void SetDisplayMode(int value)
|
Sets the Display Mode value. See below for a list of constants.
|
int GetDisplayMode()
|
Returns the currently set Display Mode.
|