ImageFormat.Rgb565 Field

Definition

Caution

This constant will be removed in the future version. Use Android.Graphics.ImageFormatType enum directly instead of this field.

RGB format used for pictures encoded as RGB_565.

[Android.Runtime.Register("RGB_565")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.ImageFormatType enum directly instead of this field.", true)]
public const Android.Graphics.ImageFormatType Rgb565 = 4;
[<Android.Runtime.Register("RGB_565")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.ImageFormatType enum directly instead of this field.", true)>]
val mutable Rgb565 : Android.Graphics.ImageFormatType

Field Value

Value = 4
Attributes

Remarks

RGB format used for pictures encoded as RGB_565. See android.hardware.Camera.Parameters#setPictureFormat(int).

Java documentation for android.graphics.ImageFormat.RGB_565.

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