HBCMS更多的中文手册参考:

colorSpace Attribute | ColorSpace参数属性

DHTML文档教程

Sets or retrieves the name and path for a particular .icm color mapping profile. With a profile assigned, the filtered output simulates the graphical output of devices that use the assigned profile.

dhtml语法

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

dhtml可能的值

bstrcolorspace
sPathFilenameString that specifies or receives one of the following possible values.
sFileDefault. Identifies path and file name of a color mapping profile.
sRGBDefault. Identifies the standard colorspace.

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

Remarks

The .icm profile defines how color content compares to the sRGB standard for a hardware device.

Applies To

ICMFilter

更多语法参考

scripting filters, Filter Design Considerations