HBCMS更多的中文手册参考:

Bias Attribute | Bias参数属性

DHTML文档教程

Sets or retrieves a percentage of a value that is added to each color component of the filtered result.

dhtml语法

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

dhtml可能的值

fBiasFloating-point that specifies or receives a value that can range from -1.0 to 1.0.
0.7Default.

The property is read/write. The property has a default value of 0.7.

Remarks

Larger bias values yield brighter filtered images. Images with high contrast are least affected by the filter.

Applies To

Emboss, Engrave

更多语法参考

scripting filters, Filter Design Considerations