Click or drag to resize

IMcDisplayUseIndexPalette Property

Used to report a display mode that uses only 256 colors.

Namespace:  MediaCy.IQL.Display.Viewer
Assembly:  MediaCy.IQL.Display.Viewer (in MediaCy.IQL.Display.Viewer.dll) Version: 10.0.6912.0
Syntax
VB
Property UseIndexPalette As Boolean
	Get
	Set

Property Value

Type: Boolean
Remarks
When the viewer starts, it determines the display capabilities of the primary monitor. If that monitor is only capable of displaying 256 colors, this property is set to true. A few systems may incorrectly indicate thier color capabilities. No special processing is done for 256-color display modes, and grayscale images in particular will be mottled. It is strongly recommended that your display be set to either medium (16-bit) or high (32-bit) color quality. Assigning to this property does nothing.
See Also