ImageUseCurrentColorMap Property
In This Topic
Gets or sets what happens when color bitmaps are pasted from the Clipboard.
Syntax
expression.ImageUseCurrentColorMap As Boolean
where expression is a variable that represents a Screen Object
Remarks
When this property is set to true, 256-color bitmaps pasted from the Clipboard are
dithered to the current color map values. When this property is set to false, the
color map that best represents the colors in the pasted bitmap is calculated.
Dithering options are controlled by the ImageDither property.
See Also