public Color4[] GetPixels() { if (texture == null) { texture = LoadTexture(); } return(texture.GetPixels()); }