ImageUseCurrentColorMap Property
In This Topic
Gets or sets what happens when color bitmaps are pasted from the Clipboard. 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. The dithering options are controlled by the ImageDither property.
Syntax
'Declaration
Property ImageUseCurrentColorMap As Boolean
'Usage
Dim instance As IScreen
Dim value As Boolean
instance.ImageUseCurrentColorMap = value
value = instance.ImageUseCurrentColorMap
bool ImageUseCurrentColorMap {get; set;}
See Also