colorSpace Attribute | ColorSpace

HTML (DHTML)

colorSpace Attribute | ColorSpace Property

Internet Development Index

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.

Syntax

HTML
{ filter:progid:DXImageTransform.Microsoft.ICMFilter(
    colorSpace = sPathFilename ... ) ... }
Scripting
object.filters.item(
    "DXImageTransform.Microsoft.ICMFilter").ColorSpace [ = sPathFilename ]

Possible Values

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

See Also

Scripting Filters, Filter Design Considerations