HBCMS更多的中文手册参考:

intent Attribute | Intent参数属性

DHTML文档教程

Sets or retreives the intended purpose for the color content of the object. The filter adjusts the color output to improve the display of content with the selected purpose.

dhtml语法

HTML
{ filter:progid:dximagetransform.microsoft.icmfilter(
    intent = sintent ... ) ... }
scripting
object.filters.item(
    "dximagetransform.microsoft.icmfilter").intent [ = sintent ]

dhtml可能的值

nintent
sIntentInteger that specifies or receives one of the following values.
PictureDefault. Maintains the relationship between colors; used with images and photographs.
GraphicMaintains a color's saturation rather than its hue or lightness; used with charts and business graphics.
ProofSelects the closest supported color if the output gamut does not support a given color. The white point is not preserved.
MatchSelects the closest supported color if the output gamut does not support a given color. The white point is preserved.

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

Remarks

To take best advantage of your monitor or printer's color processing capability, choose the Intent value that best matches your content.

Applies To

ICMFilter

更多语法参考

scripting filters, Filter Design Considerations