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


In This Topic
ImageColorMapFleshtonePriority 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. Setting ImageFleshtones to True gives more priority to accurately representing colors like red, brown, yellow, and pink from the original 256-color image, rather than to colors like blue and green.
Syntax
'Declaration
 
Property ImageColorMapFleshtonePriority As Boolean
 
'Usage
 
Dim instance As IScreen
Dim value As Boolean
 
instance.ImageColorMapFleshtonePriority = value
 
value = instance.ImageColorMapFleshtonePriority
See Also