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:
GeglColorThe color to use for the stroke.
The data is owned by the caller of the method.