SCE Fill Solid

   Print  Previous  Next

Functions Provided By SCE Fill Solid

This effect uses the following functions:

This Effect uses Directions. Learn more »Using Directions
This Effect uses the Color Table. Learn more »Using Color Table
This Effect uses Look-At Types. Learn more »Using Look-At Types

 

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.

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 SetColorMix(int value)

Use value TRUE to activate the Color Mix. When Color Mix is activated, stripes with distinct colors depending on the »Color Table Mode are generated. Use value FALSE to use the default setting.

int GetColorMix()

Returns TRUE if the Color Mix is enabled, otherwise FALSE.

void ToggleColorMix()

Enables or disables the Color Mix depending on the current state.

void SetFillTime(float value)

Sets the Fill Time value which defines how long is takes to fill the whole matrix.

float GetFillTime()

Returns the current Fill Time.

void SetDuration(float value)

Sets the Duration value which defines how long the completely filled matrix is displayed.

float GetDuration()

Returns the current Duration.

 

Cross Axis Constants

Constant

Description

int AXIS_ONE

Sets the direction cross mode to Axis 1.

int AXIS_TWO

Sets the direction cross mode to Axis 2.

int AXES_ONE_AND_TWO

Sets the direction cross mode to Axes 1 And 2.

 

MADRIX 2.X To MADRIX 3.X Migration Hints

The MADRIX 2.X effect SCE Color Fill has been split into several effects in MADRIX 3.X, such as SCE Fill Solid (which corresponds to the former Color Fill mode "Flat"). The following functions and constants are not supported anymore. Please follow the hints to migrate your macros.

Function/Constant

Description

void SetMixColor(int value)        

Use SetColorMix(int value) instead.

int GetMixColor()

Use GetColorMix() instead.

void SetDelayTime(float value)        

Use SetDuration(float value) instead.

float GetDelayTime()        

Use GetDuration() instead.

 

MADRIX Version: 3.6j | Script Version: 2.22
[Ctrl & +/-] = Zoom In/Out | [Ctrl & 0] = 100%
Print   Previous   Next