HBCMS更多的中文手册参考:

color Attribute | Color参数属性

DHTML文档教程

Sets or retrieves the value of the color applied with the filter.

dhtml语法

HTML
{ filter:progid:dximagetransform.microsoft.filter-name(
    color = scolor ... ) ... }
scripting
object.filters.item(
    "dximagetransform.microsoft.filter-name").color [ = scolor ]

dhtml可能的值

sColorVariant that specifies or receives the color value.

The property is read/write. The property has no default value for all objects with the following exceptions:
chroma#ff0000ff
dropshadow#ff404040
glow#ff0000
maskfilter#ff000000

remarks

color is expressed in #aarrggbb format, where aa is the alpha opacity hexadecimal value, rr is the red hexadecimal value, gg is the green hexadecimal value, and bb is the blue hexadecimal value. for more information about the range of color values supported by microsoft® internet explorer 4.0 and later, see color table.

the glow filter is limited to to the #rrggbb format for the color property. the applied radiance effect is always opaque.

the following table describes the effect of the color property when applied to different filters.

chroma filterspecifies the color applied to the chromakey transparency.
dropshadow filterspecifies the color of the drop-shadow effect.
glow filterspecifies the color of the radiance applied to the object.
maskfilter filterspecifies the color that is applied to transparent regions.

applies to

Chroma, DropShadow, Glow, MaskFilter