Sprache

ImageFormat.Rgb565 Feld

Definition

Achtung

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

RGB-Format, das für Bilder verwendet wird, die als RGB_565 codiert sind.

[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

Feldwert

Value = 4
Attribute

Hinweise

RGB-Format, das für Bilder verwendet wird, die als RGB_565 codiert sind. Siehe android.hardware.Camera.Parameters#setPictureFormat(int).

Java Dokumentation für android.graphics.ImageFormat.RGB_565.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: