Wiki

Case Status
Log In

Wiki

 
Home ยป Action Reference»Color Actions»Color Ramp
Index
Navigation
Community Wiki

Color Ramp

Sample a color on a continuous color gradient. Define the gradient with a color array. Use Sample At to get an interpolated color. For example:

If Element 1 is black and Element 2 is red:

  • Sample At 1 = black
  • Sample At 2 = red
  • Sample At 1.5 = dark red
Colors
Array of colors that define a gradient.
Sample At
Point on the gradient to sample.
Store Color
Store the sampled color in a color variable.
 
 
If you just need to interpolate between colors over time, ColorInterpolate is simpler to use.
 
Tags:

Last modified on 2/7/2011 6:46 PM by User.

  • RSS Feed