Reflection
ImageColorMapFleshtonePriority Property


Returns or specifies what happens when a 256-color image is pasted into the Reflection terminal window from the Clipboard. Because Reflection for ReGIS Graphics emulates a 16-color terminal, Reflection uses an algorithm to determine exactly how colors should be mapped. Setting ImageFleshtones to True causes Reflection to give 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
bool ImageColorMapFleshtonePriority {get; set;}
See Also