void IPreviewHandlerVisuals.SetTextColor(NativeColorRef color)
 {
     SetForeground((int)color.Dword);
 }
 void IPreviewHandlerVisuals.SetBackgroundColor(NativeColorRef color)
 {
     SetBackground((int)color.Dword);
 }