Method
ShumateVectorValueget_color
unstable since: 1.6
Declaration [src]
gboolean
shumate_vector_value_get_color (
ShumateVectorValue* self,
GdkRGBA* color
)
Description [src]
Gets the color value of self.
If self is a string value, it will attempt to parse the string as a color.
Available since: 1.6
Parameters
color-
Type:
GdkRGBAA location to store the color value.
The argument will be set by the function. The returned data is owned by the instance.