| Function | Description | 
| void SetStepWidth(float value) | Sets the Step value, which is the number of pixels the effect should scroll per frame using percentage values. | 
| float GetStepWidth() | Returns the Step in percentage. | 
| void SetPixelStepWidth(int value) | Sets the Step value, which is the number of pixels the effect should scroll per frame using pixel values. | 
| int GetPixelStepWidth() | Returns the Step in pixels. | 
| void SetColorWidth(float value) | Sets the Color Width value, which means the width of the single stripes using percentage values. | 
| float GetColorWidth() | Returns the Color Width, the width of a stripe, in percentage. | 
| void SetPixelColorWidth(int value) | Sets the Color Width value, which means the width of the single stripes using pixel values. | 
| int GetPixelColorWidth() | Returns the Color Width, the width of a stripe, in pixels. | 
| void SetCrossWidth(float value) | Sets the Cross Width value using percentage values. | 
| float GetCrossWidth() | Returns the Cross Width in percentage. | 
| void SetPixelCrossWidth(int value) | Sets the Cross Width value using pixel values. | 
| int GetPixelCrossWidth() | Returns the Cross Width in pixels. |