2003
Shlomi Fish
Change the coloring type of a segments range
This function changes the coloring type of a segment range to the specified coloring type.
unknown
Type | Name | Description |
---|---|---|
PF_VALUE | name | The gradient name |
PF_INT | start-segment | The index of the first segment to operate on (start-segment >= 0) |
PF_INT | end-segment | The index of the last segment to operate on. If negative, the selection will extend to the end of the string. |
PF_INT | coloring-type | The coloring type { GRADIENT-SEGMENT-RGB (0), GRADIENT-SEGMENT-HSV-CCW (1), GRADIENT-SEGMENT-HSV-CW (2) } |
None