'Declaration
Property AllowColorTableChanges As Boolean
'Usage
Dim instance As ITerminal Dim value As Boolean instance.AllowColorTableChanges = value value = instance.AllowColorTableChanges
bool AllowColorTableChanges {get; set;}
'Declaration
Property AllowColorTableChanges As Boolean
'Usage
Dim instance As ITerminal Dim value As Boolean instance.AllowColorTableChanges = value value = instance.AllowColorTableChanges
bool AllowColorTableChanges {get; set;}
When it is set to false, Reflection does not change the color table in response to these commands.
Reflection always allows the color table to change as a result of displaying a sixel, regardless of the value of AllowColorTableChanges.