Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / ImageDither Property


In This Topic
ImageDither Property
In This Topic
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
See Also