get_color


Description:

public bool get_color (out RGBA color)

Gets the color value of this.

If this is a string value, it will attempt to parse the string as a color.

Parameters:

this

a [struct@VectorValue]

color

a location to store the color value

Returns:

true if this is a color value and color was set, false otherwise