Class PvrtcRgb4BitmapContent
- Assembly
- MonoGame.Framework.Content.Pipeline.dll
public class PvrtcRgb4BitmapContent : PvrtcBitmapContent
- Inheritance
-
PvrtcRgb4BitmapContent
- Inherited Members
Constructors
PvrtcRgb4BitmapContent(int, int)
Creates an instance of PvrtcRgb4BitmapContent with the specified width and height.
public PvrtcRgb4BitmapContent(int width, int height)
Parameters
Methods
ToString()
Returns a string description of the bitmap.
public override string ToString()
Returns
- string
Description of the bitmap.
TryGetFormat(out SurfaceFormat)
Gets the corresponding GPU texture format for the specified bitmap type.
public override bool TryGetFormat(out SurfaceFormat format)
Parameters
format
SurfaceFormatFormat being retrieved.
Returns
- bool
The GPU texture format of the bitmap type.