Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets or retrieves the final color for a gradient surface.
Syntax
HTML N/AScripting
Possible Values
iWidth String that specifies or receives a value that can range from #FF000000to#FFFFFFFF.
- #FF000000
- Default. Solid black.
The property is read/write. The property has a default value of #FF000000.
Remarks
Color is expressed in #AARRGGBB format, where AA is the alpha hexadecimal value, RR is the red hexadecimal value, GG is the green hexadecimal value, and BB is the blue hexadecimal value. The alpha value controls the opacity of the object. An alpha value of
00is transparent, while a value ofFFis opaque.String input that is outside the hexidecimal range will revert to the default value.
Applies To
Gradient