Method

GimpVectorLayerset_stroke_color

unstable since: 3.2

Declaration [src]

gboolean
gimp_vector_layer_set_stroke_color (
  GimpVectorLayer* layer,
  GeglColor* color
)

Description [src]

Set the color of the stroke in the vector layer.

This procedure sets the stroke color in the vector layer ‘layer’.

Available since: 3.2

Parameters

color

Type: GeglColor

The color to use for the stroke.

The data is owned by the caller of the method.

Return value

Type: gboolean

TRUE on success.