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可能的值
fBias | Floating-point that
specifies or receives a value that can range from -1.0 to 1.0. |
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
更多语法参考
scripting filters, Filter Design Considerations