intent | Intent
版本:DHTML Object Model 读/写
语法:
CSS
filter
: progid:DXImageTransform.Microsoft.
ICMFilter
( intent
=
sIntent
)
Scripting
object
.
filters
.
item
('DXImageTransform.Microsoft.
ICMFilter
').Intent =
sIntent
取值:
sIntent
:
字符串(String)。
Picture
|
Graphic
|
Proof
|
Match
Picture
:
默认值
。强调色彩连续性。适用于图像和照片。
Graphic
:
强调颜色的饱和度胜过其色调和明度。适用于商业图片。
Proof
:
使用最接近的颜色匹配不被支持的颜色。白点不被保护。
Match
:
使用最接近的颜色匹配不被支持的颜色。白点受到保护。
说明:
设置或检索对象的色彩内容的预定效果。滤镜会根据选择的效果调整色彩输出改善内容显示。
要获取你的显示器或打印机的色彩处理能力的最大优势,选择最符合你的内容的此属性值。
示例:
#idDiv{ filter:progid:DXImageTransform.Microsoft.ICMFilter(intent=sRGB, intent=Picture);}