RADIALCOLOR

THE BOX'S MAIN HELP:
This shader returns a radial gradient.
S controls the "around".
SS  scales the rate of the gradient around.
SOF offsets the gradient around.
T controls "across" the gradient.
TS  scales the rate of the gradient across.
TOF offsets the gradient across.
FROM is the starting color.
TO is the ending color.

S (input):
This must be a varying float. The default is s.
This controls "around" the gradient.

SS (input):
This must be a float.  The default is 1.
This scales the rate of the gradient around.

SOF (input):
This must be a float.  The default is -0.5.
This offsets the gradient around.

T (input):
This must be a varying float. The default is t.
This controls "across" the gradient.

TS (input):
This must be a float.  The default is 1.
This scales the rate of the gradient across.

TOF (input):
This must be a float.  The default is -0.5.
This offsets the gradient across.

FROM (input):
This must be a color.  The default is GOLD.
This is the center color of the gradient.

TO (input):
This must be a color.  The default is BLUE.
This is the edge color of the gradient.

OUT (output):
This shader generates a radial gradient.

<-- BACK TO Shaders

© Copyright 1996,1998 Cinema Graphics Inc. All Rights reserved.