(6.0.0 Shader) fade - JujuAdams/ScribbleOldDocs GitHub Wiki
float fade(float windowArray[], float smoothness, float index)
Returns: The alpha value after the character has been faded
Datatype | Name | Purpose |
---|---|---|
float |
windowArray[] |
An array of head/tail positions |
float |
smoothness |
How many characters/lines are visible before being fully faded in |
float |
index |
Which character/line this glyph is |