gimp-gradients-sample-custom


Description

Deprecated: Use 'gimp-gradient-get-custom-samples' instead.

Help

Deprecated: Use 'gimp-gradient-get-custom-samples' instead.


Type

unknown

Parameters

Type Name Description
PF_INT num-samples The number of samples to take (num-samples >= 0)
unknown positions The list of positions to sample along the gradient
PF_INT reverse Use the reverse gradient (TRUE or FALSE)

Return

Type Name Description
PF_INT array-length Length of the color_samples array (4 * num_samples) (array-length >= 0)
unknown color-samples Color samples: { R1, G1, B1, A1, ..., Rn, Gn, Bn, An }