Programming with Reflection

image\rwnprg32.gif ImageCurrentColors property

 

Syntax

object.ImageCurrentColors
object.ImageCurrentColors = Value

Works with

image\r4.gif

Data type

Boolean

 

Description

Returns (first syntax line) or specifies (second syntax line) 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.

Values

The default value is False.

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property