< Previous | Contents | Next >

DCTL Parameters

Parameters are defined in structure and contain integer, float, and array values. Any number and type of parameters can be defined. The Parameter structure is a user-defined string, typically contained in the raw string delimiters of double square brackets.

NameParams = [[ … ]]

Examples


GradientParams = [[ float col[4]; int dstsize[2];

]]


CircleParams = [[ float amp; float damp; float freq; float phase; float center[2]; int srcsize[2]; int compOrder;

]]