Rather odd attempt to screenshot the view

This commit is contained in:
Menotdan
2023-05-09 16:14:37 -04:00
parent ec60c90963
commit c73ab05d70
3 changed files with 85 additions and 1 deletions

View File

@@ -212,7 +212,7 @@ namespace FlaxEditor.GUI.Dialogs
private void OnEyedropColor()
{
throw new NotImplementedException();
Editor.Log("Color: " + Screenshot.GetPixelAt(7, 6).ToString());
}
private void OnRGBAChanged()