HBCMS更多的中文手册参考:

EndColor参数属性

DHTML文档教程

Sets or retrieves the final opaque color for a gradient surface.

dhtml语法

HTML
N/A
Scripting
object.filters.item(
    "dximagetransform.microsoft.gradient").endcolor [ = scolor ]

dhtml可能的值

sColorInteger that specifies or receives the color value that can range from 0 (transparent) to 4294967295 (opaque white).

The property is read/write. The property has no default value.

Remarks

When you set the EndColor property value in script, it can be expressed in hexadecimal 0xAARRGGBB format.

  • AA is the alpha value from 00 to FF
  • RR is the red hexadecimal value from 00 to FF
  • GG is the green hexadecimal value from 00 to FF
  • BB is the blue hexadecimal value from 00 to FF
The integer conversion of the hexidecimal value is also valid.

Note  HTML declaration of the EndColor property only permits an integer value.

Applies To

Gradient