You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The [rainbow] effect cycles the blend colour of a specific portion of text through the entire hue-space.
Sometimes, however, it's useful to cycle through a specific selection of colours. The [cycle] tag should take a variable number of arguments (up to some maximum e.g. 8) and then pass this data to the shader. Each argument is a value from 0 - 255 and describes a hue. The shader then cycles between these hues by interpolating through RGB space.
The text was updated successfully, but these errors were encountered:
The
[rainbow]
effect cycles the blend colour of a specific portion of text through the entire hue-space.Sometimes, however, it's useful to cycle through a specific selection of colours. The
[cycle]
tag should take a variable number of arguments (up to some maximum e.g. 8) and then pass this data to the shader. Each argument is a value from 0 - 255 and describes a hue. The shader then cycles between these hues by interpolating through RGB space.The text was updated successfully, but these errors were encountered: