ImageColorMapFleshtonePriority 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. 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.
bool ImageColorMapFleshtonePriority {get; set;}
'Declaration
Property ImageColorMapFleshtonePriority As Boolean
'Usage
Dim instance As IScreen
Dim value As Boolean
instance.ImageColorMapFleshtonePriority = value
value = instance.ImageColorMapFleshtonePriority