2003
Shlomi Fish
Retrieves the gradient segment's blending function
This procedure retrieves the blending function of the segment at the specified gradient name and segment index.
unknown
Type | Name | Description |
---|---|---|
PF_VALUE | name | The gradient name |
PF_INT | segment | The index of the segment within the gradient (segment >= 0) |
Type | Name | Description |
---|---|---|
PF_INT | blend-func | The blending function of the segment { GRADIENT-SEGMENT-LINEAR (0), GRADIENT-SEGMENT-CURVED (1), GRADIENT-SEGMENT-SINE (2), GRADIENT-SEGMENT-SPHERE-INCREASING (3), GRADIENT-SEGMENT-SPHERE-DECREASING (4) } |