GLUtils.GetInternalFormat(Bitmap) Method

Definition

return the internal format as defined by OpenGL ES of the supplied bitmap.

[Android.Runtime.Register("getInternalFormat", "(Landroid/graphics/Bitmap;)I", "")]
public static int GetInternalFormat (Android.Graphics.Bitmap? bitmap);
[<Android.Runtime.Register("getInternalFormat", "(Landroid/graphics/Bitmap;)I", "")>]
static member GetInternalFormat : Android.Graphics.Bitmap -> int

Parameters

bitmap
Bitmap

bitmap

Returns

the internal format of the bitmap.

Attributes

Remarks

return the internal format as defined by OpenGL ES of the supplied bitmap.

Java documentation for android.opengl.GLUtils.getInternalFormat(android.graphics.Bitmap).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to