Etc1BitmapContent

class Etc1BitmapContent : BitmapContent

Supports the processing of a texture compressed using ETC1.

public System.Byte[] GetPixelData()
public void SetPixelData(System.Byte[] sourceData)
Parameters:
  • sourceData (System.Byte[]) –
public bool TryGetFormat(ref SurfaceFormat format)
Parameters:
  • (ref) format (Microsoft.Xna.Framework.Graphics.SurfaceFormat) –
public string ToString()

Returns a string description of the bitmap.

Returns:Description of the bitmap.