M2L Color Fade

   Print  Previous  Next

Functions Provided By M2L Color Fade

The following table provides an overview over all functions the effect provides:

Function

Description

void SetColor(color col)

Sets the effect color. Please note that the alpha channel is not used by this effect.

color GetColor()

Returns the currently set color. Please note that the alpha channel is not used and should be ignored.

void SetFade(int fade)

Sets the fade value. Valid values range from 1 to 100.

int GetFade()

Returns the current fade value.

 

This Effect uses the Color Picker. Learn more about Using Colors.