public void GetTextureProperties() { bool srgb = IGCore.GetTextureSrgb(sTextureName); model.InitSrgb(srgb); TextureControl.DataContext = model; }