InfoConnect for Unisys
ImageDither Property


Gets or sets what happens when a 256-color image is pasted into the terminal window from the Clipboard. Because Reflection for ReGIS Graphics emulates a 16-color terminal, an algorithm is used to determine exactly how colors should be mapped. Try all three values to see which works best for a particular image.
Syntax
'Declaration
 
Property ImageDither As ImageDitherOption
'Usage
 
Dim instance As IScreen
Dim value As ImageDitherOption
 
instance.ImageDither = value
 
value = instance.ImageDither
ImageDitherOption ImageDither {get; set;}
See Also