Class

GimpGradient

[]

Description [src]

final class Gimp.Gradient : Gimp.Resource {
  /* No available fields */
}

Installable object used by the gradient rendering tool.

[]

Hierarchy

hierarchy this GimpGradient implements_0 GimpConfigInterface this--implements_0 ancestor_0 GimpResource ancestor_0--this ancestor_1 GObject ancestor_1--ancestor_0
[]

Constructors

gimp_gradient_new

Creates a new gradient.

since: 2.2

[]

Functions

gimp_gradient_get_by_name

Returns the gradient with the given name.

since: 3.0

[]

Instance methods

gimp_gradient_get_custom_samples

Sample the gradient in custom positions.

since: 2.2

gimp_gradient_get_number_of_segments

Gets the number of segments of the gradient.

since: 2.6

gimp_gradient_get_uniform_samples

Sample the gradient in uniform parts.

since: 2.2

gimp_gradient_segment_get_blending_function

Gets the gradient segment’s blending function.

since: 2.2

gimp_gradient_segment_get_coloring_type

Gets the gradient segment’s coloring type.

since: 2.2

gimp_gradient_segment_get_left_color

Gets the left endpoint color of the segment.

since: 2.2

gimp_gradient_segment_get_left_pos

Gets the left endpoint position of a segment.

since: 2.2

gimp_gradient_segment_get_middle_pos

Gets the midpoint position of the segment.

since: 2.2

gimp_gradient_segment_get_right_color

Gets the right endpoint color of the segment.

since: 2.2

gimp_gradient_segment_get_right_pos

Gets the right endpoint position of the segment.

since: 2.2

gimp_gradient_segment_range_blend_colors

Blend the colors of the segment range.

since: 2.2

gimp_gradient_segment_range_blend_opacity

Blend the opacity of the segment range.

since: 2.2

gimp_gradient_segment_range_delete

Delete the segment range.

since: 2.2

gimp_gradient_segment_range_flip

Flip the segment range.

since: 2.2

gimp_gradient_segment_range_move

Move the position of an entire segment range by a delta.

since: 2.2

gimp_gradient_segment_range_redistribute_handles

Uniformly redistribute the segment range’s handles.

since: 2.2

gimp_gradient_segment_range_replicate

Replicate the segment range.

since: 2.2

gimp_gradient_segment_range_set_blending_function

Sets the blending function of a range of segments.

since: 2.2

gimp_gradient_segment_range_set_coloring_type

Sets the coloring type of a range of segments.

since: 2.2

gimp_gradient_segment_range_split_midpoint

Splits each segment in the segment range at midpoint.

since: 2.2

gimp_gradient_segment_range_split_uniform

Splits each segment in the segment range uniformly.

since: 2.2

gimp_gradient_segment_set_left_color

Sets the left endpoint color of a segment.

since: 2.2

gimp_gradient_segment_set_left_pos

Sets the left endpoint position of the segment.

since: 2.2

gimp_gradient_segment_set_middle_pos

Sets the midpoint position of the segment.

since: 2.2

gimp_gradient_segment_set_right_color

Sets the right endpoint color of the segment.

since: 2.2

gimp_gradient_segment_set_right_pos

Sets the right endpoint position of the segment.

since: 2.2

Methods inherited from GimpResource (12)
Methods inherited from GObject (43)
[]

Properties

Properties inherited from GimpResource (1)
[]

Signals

Signals inherited from GObject (1)

Class structure