Only one image is normal. Image 2 is correct.
- EditorGUILayout.LabelField(new GUIContent(imageHolder), GUILayout.Width(1920f / 8f), GUILayout.Height(1080f / 8f));
- EditorGUI.DrawPreviewTexture(new Rect(0f, 60f + 1080f / 8f, 1920f / 8f, 1080f / 8f), imageHolder);
- GUI.DrawTexture(new Rect(0f, 70f + (1080f / 8f)*2f, 1920f / 8f, 1080f / 8f), imageHolder);
- Graphics.DrawTexture(new Rect(0f, 80f + (1080f / 8f) * 3f, 1920f / 8f, 1080f / 8f), imageHolder);
I dont understand why this images are so dark. Source image is much more bright.