segment_range_blend_opacity


Description:

[ Version ( since = "2.2" ) ]
public bool segment_range_blend_opacity (int start_segment, int end_segment)

Blend the opacity of the segment range.

Blends the opacity (but not the colors) of the range of segments. The opacity's transition will then be uniform across the range. Returns an error when a segment index is out of range, or gradient is not editable.

Parameters:

this

The gradient.

start_segment

Index of the first segment to operate on.

end_segment

Index of the last segment to operate on. If negative, the range will extend to the end segment.

Returns:

TRUE on success.