Ejemplo n.º 1
0
 private void LoadTexture(Color col)
 {
     _coverage = TextureUtilities.CreateTextureFromColor(32, 32, col);
 }