CloudsMultColor

In the S_Clouds Plugin.

Generates a procedural noise texture like S_Clouds and tints the colors using an additional color noise texture. The Shift Speed parameters cause the texture to automatically translate over time.

Inputs:

None
        

Parameters:

Frequency:   Default: 2,  Range: 0.01 or greater.
The spatial frequency of the clouds. Increase to zoom out, decrease to zoom in. Very high values of Frequency are clamped internally so the grain size is no smaller than a few pixels. If you want even finer grain use S_Grain or S_Clouds:Perspective instead.

Frequency Rel X:   Default: 0.4,  Range: 0.01 or greater.
The relative horizontal frequency of the texture. Increase to stretch it vertically or decrease to stretch it horizontally.

Octaves:   Integer,  Default: 8,  Range: 1 to 10.
The number of summed layers of noise. Each octave is twice the frequency and half the amplitude of the previous. A single octave gives a smooth texture. Adding octaves makes the result approach a fractal (1/f) noise texture.

Seed:   Default: 0.234,  Range: 0 or greater.
Used to initialize the random number generator. The actual seed value is not significant, but different seeds give different results and the same value should give a repeatable result.

Shift Start:   X & Y,   Default: [0 0],  Range: any,  Shared.
Translation offset of the texture. Since the texture is procedurally generated it can be shifted with no repeating units or seams occurring.

Color Amount:   Default: 0.5,  Range: 0 or greater.
The amplitude of the color tinting.

Color Freq:   Default: 1,  Range: 0.01 or greater.
The frequency of the colors. Increase for finer color variation, decrease for softer color changes.

Color Freq Relx:   Default: 0.4,  Range: 0.01 or greater.
The relative horizontal frequency of the colors. Increase to stretch vertically, decrease to stretch horizontally.

Color Octaves:   Integer,  Default: 1,  Range: 1 to 10.
The number of octaves of color noise to include. Each octave is twice the frequency and half the amplitude of the previous.

Color Seed:   Default: 0.345,  Range: 0 or greater.
The random number generator seed to use for the color noise. The actual seed value is not significant, but different values give different results.

Shift Speed:   X & Y,   Default: [0.5 0],  Range: any,  Shared.
Translation speed of the texture. If non-zero, the result is automatically animated to shift at this rate. The result of animated Speed values may not be intuitive, so for variable speed motion it is usually best to set this to 0 and animate the Shift Start values instead.

Brightness:   Default: 1,  Range: 0 or greater.
Scales the brightness of the result.

Color:   Default rgb: [1 1 1].
Scales the color of the result.

Color Noise Color:   Default rgb: [1 1 1].
Scales the color of the noise used for tinting.

Offset:   Default: 0,  Range: any.
Adds this gray value to the result (or subtracts if negative). 0 has no effect, .5 is middle gray, and 1 is white.

See general info for: Res, On Fields, Redraw, Undo, Load Defaults, Crop, Add Noise, and Use Gamma.


See Also:

Clouds
CloudsPerspective
CloudsVortex
CloudsColorSmooth
CloudsPsyko
CloudsMultColorComp
GrainColor
Sapphire Plug-ins Introduction


© 2010, GenArts, Inc. All rights reserved.