EndColorStr

HTML (DHTML)

EndColorStr Property

Internet Development Index

Sets or retrieves the final color for a gradient surface.

Syntax

HTML
N/A
Scripting
object.filters.item(
    "DXImageTransform.Microsoft.Gradient").EndColorStr [ = iWidth ]

Possible Values

iWidthString that specifies or receives a value that can range from #FF000000 to #FFFFFFFF.
#FF000000Default. 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 00 is transparent, while a value of FF is opaque.

String input that is outside the hexidecimal range will revert to the default value.

Applies To

Gradient