Method SetActionFillColor
- Namespace
- vdWebLibrary
- Assembly
- JsPropertiesExtractor.dll
SetActionFillColor(object)
Sets the fill color of the new rectangle created through the GetUserRect(onStateChangedDelegate) action. By default action's fillcolor property is null, so no collor will be used.
public object SetActionFillColor(object color)
Parameters
colorobjectA 4 sized array object defining the four values of Red, Green, Blue and Apha or null for the default value.
Returns
- object
The color object that was set.